-
Notifications
You must be signed in to change notification settings - Fork 70
Update Kotlin to 2.2.0 #455
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…and Hex APIs are stable from Kotlin 2.2.0
|
||
configure<AnimalSnifferExtension> { | ||
sourceSets = listOf((project.extensions.getByName("sourceSets") as SourceSetContainer).getByName("main")) | ||
defaultTargets = setOf("jvmMain") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
} | ||
} | ||
compilerOptions { | ||
jvmDefault = JvmDefaultMode.NO_COMPATIBILITY |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -0,0 +1,4 @@ | |||
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure so, why it's empty :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks for preparing the change! I'll release the library later this week.
It would be nice to have a release of kotlinx-io without
ExperimentalEncodingApi
andExperimentalStdlibApi
OptIns exposed as the underlyingBase64
andHex
APIs are stable from Kotlin 2.2.0 (source).I haven't found any changes in the API in 2.2.0, so I just removed the opt-in annotations.