kotlin-common-ribs

Demo implementation of Uber's RIBs with UIView in KotlinNative for iOS, View in Kotlin JVM for Android and Router/Interactor in Kotlin Common

Stars
10

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
Related Projects