Kashif Mehmood

Results 20 comments of Kashif Mehmood

facing this issue when using javafx plugin in shared build.gradle ``` plugins { kotlin("multiplatform") id("org.jetbrains.compose") id("com.android.library") kotlin("native.cocoapods") kotlin("plugin.serialization") id("org.openjfx.javafxplugin") version "0.0.13" } group = "com.kashif" version = "1.0-SNAPSHOT" kotlin {...

setting `isStatic = true` in build.gradle fixed this

@sergei-mikhailovskii-idf have you found any solution?

The issue was with Facebook SDK and another analytic sdk that we were using @xiangning17 @sergei-mikhailovskii-idf

I had the facebook sdk as cocoapod on the native side. After the removal of fb sdk and another analytics sdk the error went away.

Hey! Sorry for the delay, consider this glow when moving from a bottom sheet to a non-bottom sheet screen. ![ezgif-2-b460334530](https://github.com/adrielcafe/voyager/assets/61690178/22e6e76e-021f-46dc-b8d4-a9efedb35ae4)