Skip to content

Commit

Permalink
Kotlin 2.0 (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
ogolberg authored Jul 2, 2024
1 parent 820ed4c commit e55a647
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/AndroidSdk.kt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ fun Project.extractSdk() {
attribute(UNPACKED_SDK_ATTRIBUTE)
}

artifactTypes.create("zip") {
artifactTypes.named("zip") {
attributes.attribute(UNPACKED_SDK_ATTRIBUTE, false)
}

Expand Down
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]
kotlin = "1.9.24"
kotlin = "2.0.0"
animalSniffer = "1.23"
clikt = "4.4.0"
expediter = "0.0.21"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit e55a647

Please sign in to comment.