2.0.0-alpha-08
Support Kotlin 2.1.0
.
Seems like the new Kotlin version had some Gradle Plugin changes that where incompatible.
Keep in mind that Kotlin 2.1.0
has a bug that will cause the library to not work on some android devices.
https://youtrack.jetbrains.com/issue/KT-73559/K-Native-AndroidNativeArm64-linking-fails-starting-from-Kotlin-2.1.0
Only use this version if your ./gradlew yourApp:generateSekret
does not generate all target directories properly.
Then downgrade to 2.0.0-alpha-07
and Kotlin 2.0.21
for ./gradlew yourApp:createSekretNativeBinary
Full Changelog: v2.0.0-alpha-07...v2.0.0-alpha-08