Jørgen Svennevik Notland

Results 14 comments of Jørgen Svennevik Notland

Try this instead: https://github.com/kuuuurt/rick-and-morty-app

I have the same issue and I have installed Android Studio trough Jetbrains Toolbox

When I import the following dependencies to commonMain: ```kotlin implementation("co.touchlab:stately-strict:2.0.0-rc1") implementation("co.touchlab:stately-concurrency:2.0.0-rc1") implementation("co.touchlab:stately-concurrent-collections:2.0.0-rc1") ``` I get the following Error: ```log > Task :compileKotlinIosSimulatorArm64 FAILED e: Could not find "co.touchlab:stately-common" in [/Users/jq/dev/libnexakotlin,...

Should I wait for the release candidate or use the deprecated version for using Stately in production? "Release candidate" seems pretty close to production but it is hard to verify.

How to use it on iOS to generate a QR code with a string in it?