Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.46 KB

File metadata and controls

34 lines (23 loc) · 1.46 KB

kotlin deploy

Find Professional

Architecture

Tech stack

CI

Android

A push to main branch will release it to Google Play

iOS

Under development

Troubleshooting

Running in Xcode - Java mismatch

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

Improvement idea

  • Use this guide if you need SavedStateHandle in ViewModel of Decompose.
  • Use compose-navigation once its not experimental anymore.