Riccardo Tribbia
Riccardo Tribbia
👋🏻 Any news about this release? Thank you for your great work!
Isn't still here a valid solution to implement Secret Manager in Android and iOS using AWS sdks?
For me changed `multiDexEnabled` from `true` to `false` solved the problem
We're not using anything directly from `utils` package, but I think that it's listed as dependency (as `utils-internal`) in the `.pom` file of the `2.0.0` `coroutines-interop` library in maven repo...
Look at this, for example: [reaktive-watchosarm64.pom](https://repo1.maven.org/maven2/com/badoo/reaktive/reaktive-watchosarm64/2.0.0/reaktive-watchosarm64-2.0.0.pom)
The important things in my `build.gradle.kts` file: ``` cocoapods { summary = "ProjectXY Shared Module" homepage = "ProjectXY.com" ios.deploymentTarget = "13.1" podfile = project.file("../ProjectXYiOS/Podfile") framework { baseName = "shared" isStatic...
@arkivanov ``` ./gradlew kspKotlinIosArm64 --rerun-tasks --no-build-cache Starting a Gradle Daemon, 1 incompatible Daemon could not be reused, use --status for details ... > Task :shared:kspKotlinIosArm64 FAILED e: Could not find...
Hi Calren, thank you for your answer. I don't know if you're experienced with LeakCanary; its heap analysis result print any dependencies between an instance of a retained object and...
Hi Calren, we've tried to install our app on an Android phone: the same leak canary warnings was nevers surfaced, but the scenario is really different (our app acts as...