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
./installpublish gradle-plugin、kotin-plugin、kotlin-native-plugin to local maven - Step 2:build&install
androidAppmodule for Android - Step 3:config&build&install
iosAppmodule for iOS
- Step 1:run
./installpublish gradle-plugin、kotin-plugin、kotlin-native-plugin to local maven - Step 2:run
./debugJVMto debug kotin-plugin module - Step 3:run
./debugNativeto debug kotlin-native-plugin module