Konstantin

Results 154 comments of Konstantin

I made PoC how you can pass a data between screens and don't care about the process death: ```kotlin @Composable internal fun App( systemAppearance: (isLight: Boolean) -> Unit = {}...

To use `BitmapFactory` on Android is the right decision because Skiko is not a lightweight library 😉

yes, I know and respect the supabase project, but it doesn't support native (macos/linux/win) targets, does it?

I added it here: https://github.com/terrakok/kmp-awesome/tree/master#-service-sdk

fixes https://github.com/JetBrains/compose-multiplatform/issues/4295

There is another interesting way: https://github.com/DevSrSouza/svg-to-compose

You can override the density via the CompositionLocalProvider ``` CompositionLocalProvider( LocalDensity provides Density(1.5f) ) { //compose } ``` for the other environment values the Compose doesn't provide providers yet. this...

you are suppose to close Xcode and call `pod install` again after first build. it is an issue with cocoapods that it needs generated resources on a disk to configure...