NativeScript / android

NativeScript for Android using v8
https://docs.nativescript.org/guide/android-marshalling
Apache License 2.0
518 stars 136 forks source link

feat: add support for kotlin 1.8 #1765

Closed edusperoni closed 1 year ago

edusperoni commented 1 year ago

Description

When using Kotlin 1.8, the runtime has trouble generating the correct metadata, resulting in empty enums, among other issues. This is fixed by updating the kotlinx-metadata-jvm package.

To validate this fix, you can change ns_default_kotlin_version to 1.8.10 and all tests will pass (they'd fail on previous version)