Skip to content

Experimental conversion of Rekotlin to multiplatform library

Notifications You must be signed in to change notification settings

ReKotlin/rekotlin-multiplatform

Repository files navigation

rekotlin-multiplatform

Experimental conversion of ReKotlin to multiplatform library

Integration

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'

Building

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

TODO

  • Figure out publishing library for both iOS simulator and phone.
  • Add sample

About

Experimental conversion of Rekotlin to multiplatform library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages