pub.ihub.plugin.ihub-kotlin
Owner: henry li
IHub Kotlin Gradle Plugin
https://github.com/ihub-pub/plugins
Sources: https://github.com/ihub-pub/plugins.git
Add this plugin to your build using the plugins DSL:
plugins {
id("pub.ihub.plugin.ihub-kotlin") version "1.3.4-rc3"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("pub.ihub.plugin:ihub-kotlin:1.3.4-rc3") } } apply(plugin = "pub.ihub.plugin.ihub-kotlin")
- Applying plugins to all subprojects .