Mahach Imangazaliev

Results 3 issues of Mahach Imangazaliev

Hi, guys! I decided to continue maintain this library instead @pardom. I have already fixed many bugs, and also added new features. Link: https://github.com/ImangazalievM/ReActiveAndroid ![logo](https://user-images.githubusercontent.com/15188126/33517553-5d74364a-d797-11e7-9296-28550efdcad7.png)

My code: ```kotlin @Destination(style = DestinationStyleBottomSheet::class) @Composable fun BottomSheetScreen() { ``` The code is correct, but I get this error: ``` [ksp] com.ramcosta.composedestinations.codegen.commons.IllegalDestinationsSetup: Unknown style used on TextSettingsBottomSheetScreen. Please recheck...

feedback needed