You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating to 2.1.20 got build error: [ksp] com.ramcosta.composedestinations.codegen.commons.IllegalDestinationsSetup: Unknown style used on composable ... Please recheck it.
My composable screen: @Destination<RootGraph>(style = DestinationStyleBottomSheet::class) @Composable fun MyScreen(navController: NavController)
I use Kotlin 2.1.20
How to declare this style correctly?
Thanks!
The text was updated successfully, but these errors were encountered:
After updating to 2.1.20 got build error:
[ksp] com.ramcosta.composedestinations.codegen.commons.IllegalDestinationsSetup: Unknown style used on composable ... Please recheck it.
My composable screen:
@Destination<RootGraph>(style = DestinationStyleBottomSheet::class) @Composable fun MyScreen(navController: NavController)
I use Kotlin 2.1.20
How to declare this style correctly?
Thanks!
The text was updated successfully, but these errors were encountered: