https://kotlinlang.org logo
v

Vivek Sharma

02/11/2021, 6:15 PM
Class 'androidx.navigation.compose.NavHostControllerKt' is compiled by an unstable version of the Kotlin compiler and cannot be loaded by this compiler
I updated to
alpha12
and getting error , any reasons?
i

Ian Lake

02/11/2021, 6:16 PM
Did you upgrade to Navigation Compose 1.0.0-alpha07? That's the only version compatible with alpha12 as per the release notes: https://developer.android.com/jetpack/androidx/releases/navigation#compose-1.0.0-alpha07
v

Vivek Sharma

02/11/2021, 6:19 PM
I didn't, thank you
is there a way I can stay updated about other dependencies too other than compose main alpha release?
i

Ian Lake

02/11/2021, 6:25 PM
The releases page has an RSS feed that updates anytime any artifact is released, that would tell you what has a new version available: https://developer.android.com/jetpack/androidx/versions/all-channel
v

Vivek Sharma

02/11/2021, 6:28 PM
thank you