You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Set LV `KotlinVersion.KOTLIN_2_1`: this means we're effectively
compiling with K2
- Set `JvmTarget.JVM_1_8`: no real reason to bump it to 11 imo, but in
case let me know the rationale
- Enabled all the native targets by using
`kotlin.native.enableKlibsCrossCompilation`
0 commit comments