Skip to content

2.0.0-alpha-08

Compare
Choose a tag to compare
@DatL4g DatL4g released this 01 Dec 23:06
· 15 commits to master since this release
5743afe

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