Sanheethaa
08/23/2023, 12:47 PMJakub Ledwon
08/23/2023, 2:21 PMrm -r .gradle/caches
combined with ./gradlew clean
would helpSanheethaa
08/23/2023, 5:26 PMJakub Ledwon
08/23/2023, 5:29 PMkotlinx-coroutines
which is different than kotlin itself (see repo here with latest 1.7.3)Jakub Ledwon
08/23/2023, 5:32 PMe: /Users/user/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-parcelize-runtime/1.8.20/4023f7435cdd59903046f2b4c5161761f9c4d013/kotlin-parcelize-runtime-1.8.20.jar!/META-INF/parcelize-runtime.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.
Which would indicate that you have a version of kotlin-parcelize
that is expecting different language version. Since kotlin-parcelize is a compiler plugin it one version may require specific Kotlin version to work well (just as you have to bump Kotlin to bump compose) Try bumping kotlin-parcelize as wellSanheethaa
08/23/2023, 5:39 PMJakub Ledwon
08/23/2023, 5:52 PMSanheethaa
08/24/2023, 3:16 AMSanheethaa
08/24/2023, 6:21 AM