Skip to content

Commit

Permalink
Merge pull request #1054 from mikepenz/fix/1053
Browse files Browse the repository at this point in the history
Attempt to fix Kotlin 2.x incompatiblity
  • Loading branch information
mikepenz authored Jan 10, 2025
2 parents c0b3af0 + 6d68a99 commit 3f7b00e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
conventionPlugin = "0.1.3"
conventionPlugin = "0.1.4"
# kotlin
kotlinxSerialization = "1.7.3"
kotlinxCollections = "0.3.8"
Expand Down
1 change: 1 addition & 0 deletions plugin-build/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import java.io.FileInputStream
import java.util.*

plugins {
alias(baseLibs.plugins.kotlinJvm) apply false
alias(libs.plugins.conventionPlugin)
alias(baseLibs.plugins.dokka)
alias(baseLibs.plugins.mavenPublish)
Expand Down
2 changes: 1 addition & 1 deletion plugin-build/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencyResolutionManagement {
from(files("../gradle/libs.versions.toml"))
}
create("baseLibs") {
from("com.mikepenz:version-catalog:0.0.4")
from("com.mikepenz:version-catalog:0.1.1")
}
}
}

0 comments on commit 3f7b00e

Please sign in to comment.