-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Update Kotlin to 2.0.21 - Update kotlinx-serialization-json to 1.7.3 - Update kord-gradle-plugin to 1.7.1 - Update com.vanniktech.maven.publish.base to 0.30.0 - Update Dokka to 2.0.0-Beta - Add linuxArm64 target
- Loading branch information
1 parent
b926058
commit 5040050
Showing
4 changed files
with
29 additions
and
25 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
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 |
---|---|---|
@@ -1,2 +1,4 @@ | ||
kotlin.native.ignoreDisabledTargets=true | ||
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled | ||
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true | ||
nextPlannedVersion=0.7.0 |
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 |
---|---|---|
@@ -1,15 +1,15 @@ | ||
[versions] | ||
kotlin = "2.0.20" | ||
kotlin = "2.0.21" | ||
|
||
[libraries] | ||
kotlinx-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version = "1.7.2" } | ||
kotlinx-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version = "1.7.3" } | ||
kotlinpoet = { group = "com.squareup", name = "kotlinpoet", version = "1.18.1" } | ||
kord-core = { group = "dev.kord", name = "kord-core", version = "feature-native-SNAPSHOT" } | ||
codegen-kotlinpoet = { group = "dev.kord.codegen", name = "kotlinpoet", version = "main-SNAPSHOT" } | ||
|
||
[plugins] | ||
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" } | ||
kotlin-plugin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" } | ||
kord-gradle-plugin = { id = "dev.kord.gradle-tools", version = "1.6.3" } | ||
maven-publish-plugin = { id = "com.vanniktech.maven.publish.base", version = "0.29.0" } | ||
dokka = { id = "org.jetbrains.dokka", version = "1.9.20" } | ||
kord-gradle-plugin = { id = "dev.kord.gradle-tools", version = "1.7.1" } | ||
maven-publish-plugin = { id = "com.vanniktech.maven.publish.base", version = "0.30.0" } | ||
dokka = { id = "org.jetbrains.dokka", version = "2.0.0-Beta" } |
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