Experimental conversion of ReKotlin to multiplatform library
Add following maven repository
maven {
url "https://dl.bintray.com/rekotlin/rekotlin-multiplatform/"
}Common
implementation 'org.rekotlin:rekotlin-multiplatform-metadata:0.0.1'Android/JVM
implementation 'org.rekotlin:rekotlin-multiplatform-jvm:0.0.1'iOS
implementation 'org.rekotlin:rekotlin-multiplatform-ios-sim:0.0.1'Run ./gradlew clean build
- iOS frameworks will be located at
build/bin/ios/main/ - JVM .jar file will be present at
build/libs/along with metadata .jar file for multiplatform projects
- Figure out publishing library for both iOS simulator and phone.
- Add sample