-
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.
* Kotlin 1.8.10 -> 1.8.20 * KSP 1.8.10-1.0.9 -> 1.8.20-1.0.10 * kotlinx.coroutines 1.6.4 -> 1.7.0-Beta * AtomicFU 0.20.0 -> 0.20.1 Using typealiases for overriding the default Instant serializer wasn't possible in #605 because of Kotlin/kotlinx.serialization#1895. Since this Bug was fixed in Kotlin 1.8.20, the typealiases dev.kord.common.serialization.InstantInEpochMilliseconds and dev.kord.common.serialization.InstantInEpochSeconds can now be used. The changes in the public API are probably because of changes in the serialization and AtomicFU plugins with Kotlin 1.8.20. However, they are unlikely to affect anyone since only generated symbols that aren't supposed to be accessed directly were touched.
- Loading branch information
1 parent
d623efa
commit 0a1e7ce
Showing
18 changed files
with
324 additions
and
345 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
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
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.
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
Oops, something went wrong.