-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The AutoCloseable interface is now stable and replaces the use of io.ktor.utils.io.core.Closeable for dev.kord.gateway.Inflater. KT-51045 [1] is fixed with K2, so a new type parameter is added to BaseChoiceBuilder and NumericOptionBuilder. The changes in the JVM ABI are caused by changes in the serialization compiler plugin for K2 relative to the plugin for K1. They don't affect binary compatibility. The changes in the KLib ABI dumps (except for BaseChoiceBuilder and its inheritors) are only syntactic changes with Kotlin 2.0.0 (e.g. [2]). [1] https://youtrack.jetbrains.com/issue/KT-51045 [2] JetBrains/kotlin@6972ed6 Co-authored-by: Luca Kellermann <[email protected]>
- Loading branch information
1 parent
a7f64b9
commit 118e388
Showing
25 changed files
with
2,846 additions
and
2,877 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
.gradle/ | ||
.idea/* | ||
!.idea/icon.png | ||
.kotlin/ | ||
|
||
**/build/* | ||
!**/build/generated/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.