Thomas Bernard

Results 3 comments of Thomas Bernard

Same problem here,dI have the same problem since I migrated my build from AppCenter to Azure, any solutions?

Hello, I had this problem, (I use a Keycloak) my refresh tokens works 2-3 times but never more. So I migrated to this package [oidc](https://pub.dev/packages/oidc) and I still had the...

In your gradle.properties, add theses lines : ```txt kotlin.apple.deprecated.allowUsingEmbedAndSignWithCocoaPodsDependencies=true kotlin.mpp.androidGradlePluginCompatibility.nowarn=true kotlin.native.disableCompilerDaemon = true ``` In shared/build.gradle.kts : ```kotlin iosMain { // Fixes RoomDB Unresolved reference 'instantiateImpl' in iosMain kotlin.srcDir("build/generated/ksp/metadata") }...