io.github.guilhe.kmp.plugin-composeuiviewcontroller
Owner: Guilherme Delgado
Automates configuration for the KMP-ComposeUIViewController KSP library by introducing a Gradle extension for streamlined setup and usage.
https://github.com/GuilhE/KMP-ComposeUIViewController
Sources: https://github.com/GuilhE/KMP-ComposeUIViewController.git
Version 1.2.0
1.2.0
Created 05 November 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.2.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.guilhe.kmp:kmp-composeuiviewcontroller-gradle-plugin:1.2.0") } } apply(plugin = "io.github.guilhe.kmp.plugin-composeuiviewcontroller")
- Applying plugins to all subprojects .