dev.icerock.mobile.multiplatform-units
Owner: Aleksey Mikhailov
Plugin to codegen for new Units
https://github.com/icerockdev/moko-units
Sources: https://github.com/icerockdev/moko-units
Add this plugin to your build using the plugins DSL:
plugins {
id("dev.icerock.mobile.multiplatform-units") version "0.8.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("dev.icerock.moko:units-generator:0.8.0") } } apply(plugin = "dev.icerock.mobile.multiplatform-units")
- Applying plugins to all subprojects .