- Compose Multiplatform; for shared UI
- Decompose; for navigation
- Ktor; for networking
- Koin; for dependency injection
A push to main
branch will release it to Google Play
Under development
If you want to run the code in xcode and java version mismatches, run the following line:
echo JAVA_HOME=\'/Applications/Android Studio.app/Contents/jbr/Contents/Home\' > ios/.env
- Use this guide if you need SavedStateHandle in ViewModel of Decompose.
- Use compose-navigation once its not
experimental
anymore.