You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Nikita Lipsky daafd804f8
Introduce defaultUIKitMain in compose library and use it from UIKit examples (#2426)
2 years ago
..
gradle/wrapper update gradle wrapper 7.5.1 (#2352) 2 years ago
src Introduce defaultUIKitMain in compose library and use it from UIKit examples (#2426) 2 years ago
.gitignore experimental chat example (#2148) 2 years ago
README.md experimental chat example (#2148) 2 years ago
build.gradle.kts Temporally disable Kotlin native compiler verification for Chat example (#2423) 2 years ago
gradle.properties Introduce defaultUIKitMain in compose library and use it from UIKit examples (#2426) 2 years ago
gradlew experimental chat example (#2148) 2 years ago
settings.gradle.kts Temporally disable Kotlin native compiler verification for Chat example (#2423) 2 years ago

README.md

Chat example app

Run on Android:

  • connect device or emulator
  • ./gradlew installDebug
  • open app

Run on Desktop jvm

./gradlew run

Run native on MacOS

./gradlew runDebugExecutableMacosX64 (Works on Intel processors)

Run web assembly in browser

./gradlew jsBrowserDevelopmentRun

Run on iOS simulator

./gradlew iosDeployIPhone8Debug ./gradlew iosDeployIPadDebug

Run on iOS device