https://kotlinlang.org logo
#compose
Title
# compose
m

Mehdi Haghgoo

02/13/2021, 9:56 PM
Class 'androidx.navigation.compose.NavHostKt' is compiled by an unstable version of the Kotlin compiler and cannot be loaded by this compiler
What does this mean? It happened after updating kotlin to 1.4.30 and compose to 1.0.0-alpha12.
s
i

Ian Lake

02/13/2021, 11:15 PM
Yep, make sure to upgrade to Navigation Compose alpha07, which is the only version compatible with Compose alpha12 as per the release notes: https://developer.android.com/jetpack/androidx/releases/navigation#compose-1.0.0-alpha07
👍 2
3 Views