tw.thinkyes.kmm.routine.plugin
Owner: nathan.proj
KMM routine plugin
https://gitlab.com/gradle-plugin1/kmm-routine-plugin
Sources: https://gitlab.com/gradle-plugin1/demo_gradle_plugin
Add this plugin to your build using the plugins DSL:
plugins {
id("tw.thinkyes.kmm.routine.plugin") version "0.0.13"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("tw.thinkyes:kmm-routine-plugin:0.0.13") } } apply(plugin = "tw.thinkyes.kmm.routine.plugin")
- Applying plugins to all subprojects .