com.huanshankeji.kotlin-multiplatform-app-conventions
Owner: Shreck Ye
Kotlin Multiplatform app conventions
https://github.com/huanshankeji/gradle-common
Sources: https://github.com/huanshankeji/gradle-common.git
Add this plugin to your build using the plugins DSL:
plugins {
id("com.huanshankeji.kotlin-multiplatform-app-conventions") version "0.3.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.huanshankeji:architecture-common-gradle-plugins:0.3.1") } } apply(plugin = "com.huanshankeji.kotlin-multiplatform-app-conventions")
- Applying plugins to all subprojects .