After upgrading to newest beta01, ringing any bell...
# compose
m
After upgrading to newest beta01, ringing any bells? I have tried cleaning, I have even removed .gradle folder, nothing helps
Copy code
java.lang.NoClassDefFoundError: Failed resolution of: Landroidx/compose/ui/platform/AndroidAmbientsKt;
        at androidx.navigation.compose.NavHostControllerKt.rememberNavController(NavHostController.kt:79)
a
Yeah all ambient keywords are removed ...
k
Did you update your navigation compose dependency to the latest 1.0.0-alpha08?
m
Ah missed that one, Android Studio had a lag on hinting that to me
fixed, had to manually go through the dependencies to make sure all of them are up to date
k
great!
🙏 1