amazon-ion / ion-element-kotlin

IonElement is an immutable in-memory representation of the Ion data format. IonElement's API is idiomatic to Kotlin.
Apache License 2.0
8 stars 8 forks source link

Upgrade Kotlin compiler version to 1.6.20 #70

Closed popematt closed 2 years ago

popematt commented 2 years ago

Issue #, if available:

Fixes #46

Description of changes:

Updates the project to use the v1.6.20 Kotlin compiler, but sets options to preserve compatibility with Kotlin 1.3 (the version of Kotlin that we were previously using).

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.