It has the same function as hugo, but implemented as kotlin compiler plugin, so that support Kotlin Multiplatform
- Android Studio verion >= 4.2
- Kotlin version >= 1.5
- Step 1:run
./install
publish gradle-plugin、kotin-plugin、kotlin-native-plugin to local maven - Step 2:build&install
androidApp
module for Android - Step 3:config&build&install
iosApp
module for iOS
- Step 1:run
./install
publish gradle-plugin、kotin-plugin、kotlin-native-plugin to local maven - Step 2:run
./debugJVM
to debug kotin-plugin module - Step 3:run
./debugNative
to debug kotlin-native-plugin module