Closed lmiskovic closed 2 months ago
Please upgrade to version https://github.com/DatL4g/Sekret/releases/tag/v2.0.0-alpha-01
The required feature is stable in that release.
And run a ./gradlew clean
before syncing.
Please keep in mind that there is currently no shared class and you have to work with expect/actual methods then.
On Android: Sekret.myValue(key)
On iOS: myValue(key)
@DatL4g Not working at all. I am using 2.0.0-alpha-04 and getting Unresolved reference: Sekret
@Monabr of course it is.
Make sure to generate the module sources: ./gradlew generateSekret
and to add the sekret module to your settings.gradle.kts
Hey there, not sure if I'm missing some steps, but I'm unable to install the plugin from
mavenCentral()
Procjet is made with KMP supporting android and iOS targets and I'm trying to add the plugin to shared code module.This is the plugins block in shared module
This is settings.gradle.kts
libs.versions.toml
I'm getting following error when building. I have not yet get to the configuration part as I'm unable to build
Any pointing in the right direction would ne appreciated