codelab-android-compose
codelab-android-compose copied to clipboard
[AdvancedStateAndSideEffects] Cannot access 'java.io.Serializable' which is a supertype of 'kotlin.String'. Check your module classpath for missing or conflicting dependencies
Regarding codelab Advanced State and Side Effects in Jetpack Compose, I downloaded the Zip file presented on the codelab, and openned the project in Android Studio. The following error is showing:
Cannot access 'java.io.Serializable' which is a supertype of 'kotlin.String'. Check your module classpath for missing or conflicting dependencies
Can you help me solve this issue?
Thanks