Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
0marperez authored Apr 22, 2024
1 parent f40a03d commit 65f1a39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ plugins {
// ensure the correct version of KGP ends up on our buildscript classpath
alias(libs.plugins.kotlin.multiplatform) apply false
alias(libs.plugins.kotlin.jvm) apply false
id("artifact-size-metrics") version "0.4.2" // TODO: Use lib.versions.toml
}

val testJavaVersion = typedProp<String>("test.java.version")?.let {
Expand Down

0 comments on commit 65f1a39

Please sign in to comment.