Search Gradle plugins

Version 1.1.10

1.1.10

Created 12 October 2024.

Automates configuration for the KMP-ComposeUIViewController KSP library by introducing a Gradle extension for streamlined setup and usage.

Add this plugin to your build using the plugins DSL:

plugins {
  id("io.github.guilhe.kmp.plugin-composeuiviewcontroller") version "1.1.10"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("io.github.guilhe.kmp:kmp-composeuiviewcontroller-gradle-plugin:1.1.10")
      }
    }
    
    apply(plugin = "io.github.guilhe.kmp.plugin-composeuiviewcontroller")
  • Applying plugins to all subprojects .