g0dkar / qrcode-kotlin

QRCode Generator implemented in pure Kotlin
https://qrcodekotlin.com/
MIT License
166 stars 14 forks source link

[v4.0.1] iOS and tvOS Feedback #85

Open g0dkar opened 8 months ago

g0dkar commented 8 months ago

Hello everyone!

Feel free to leave any and all feedback of the iOS and tvOS support now available at v4.0.1

Thank you all so much for using, and hopefully enjoying, this project ^^

jQrgen commented 8 months ago

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

jQrgen commented 8 months ago

Maybe you could add an example?

ruicanas commented 7 months ago

Maybe you could add an example?

Hey @jQrgen , a demo with an example is now available for iOS (#105).

bartwell commented 1 month ago

Hello, what is the dependency I have to add to KMM project to use the library on iOS? I can't find it in example or readme. But when I am trying to put implementation("io.github.g0dkar:qrcode-kotlin:4.1.0") in commonMain dependencies I getting an error Caused by: org.gradle.internal.component.NoMatchingConfigurationSelectionException: No matching variant of io.github.g0dkar:qrcode-kotlin:4.1.0 was found. The consumer was configured to find a library for use during 'kotlin-metadata', preferably optimized for non-jvm, as well as attribute 'org.jetbrains.kotlin.platform.type' with value 'native', attribute 'org.jetbrains.kotlin.native.target' with value 'ios_arm64'.