Sergey Chuvashev
Sergey Chuvashev
I think just the opposite, if you have your own base activity use dspec are more simple. With base class you may setup individual build configuration for debug and using...
I'm faced with the same issue and seems like `mutationQueueExecutionTimeout ` is not working for the case. For me this parameter do nothing and I've tried to set 30 seconds...
The same issue
@SvenSlijkoord https://github.com/googlemaps/google-maps-ios-utils/issues/23
@rouvoy see my fork https://github.com/arok/plugins/tree/implement_google_maps_flutter_heatmap it also works on iOS
In my case the issue was in `ShaderMask` widget
For me @Preview annotation works in Android Studio in common module but it seems AS does not support compose multiplatform resources so if my composable uses any `Res.drawable` I get...
+1 for that feature
https://github.com/JetBrains/compose-multiplatform/issues/4846#issuecomment-2128785786 same issue, Kotlin 2.0.0 does not work, but on 2.0.0-RC3 all good
Correct, would be super to have the same behavior (or at least an option to control/fix it by ourself) But as I understood the root of issue is not in...