Kotlin / kotlin-spec

Kotlin Language Specification:
https://kotlinlang.org/spec
Apache License 2.0
387 stars 80 forks source link

Update library versions + move to Kotlin Multiplatform #122

Open serras opened 11 months ago

serras commented 11 months ago

This PR updates several library versions. More importantly, it updates to Kotlin 1.9.10, and recent version of kotlinx-serialization. As a result, it moves from the old Kotlin/JS into Kotlin Multiplatform. Since there's no longer support for the old JQuery type library, this PR moves the necessary interface definitions into the project itself.