Skip to content

Commit 30b341a

Browse files
Build: Bump kotlin gradle plugin version
This bumps the version of the kotlin compiler used by remap, avoiding warnings related to kotlin metadata and making this consistent with all our other projects.
1 parent cd5e843 commit 30b341a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ repositories {
1313
dependencies {
1414
implementation("com.google.code.gson:gson:2.11.0")
1515
implementation("gg.essential:essential-gradle-toolkit:0.6.5")
16+
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.23")
1617
}
1718

1819
kotlin {

0 commit comments

Comments
 (0)