Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 268 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 268 Bytes

PoC cross-platform Android/iOS Ribs Architecture in Kotlin

iOS:

(cd ribs && ./gradlew linkDebugFrameworkIos)
open ios/KotlinNative.xcodeproj 

Android:

  • Define ANDROID_HOME
(cd ribs && ./gradlew androidJar)
  • Run the project from android folder