Skip to content

Commit

Permalink
Kotlin 2.1.0 (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
ogolberg authored Dec 5, 2024
1 parent 0c2a431 commit c0db6e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.named("zip") {
artifactTypes.create("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 = "2.0.21"
kotlin = "2.1.0"
animalSniffer = "1.24"
clikt = "5.0.2"
expediter = "0.0.23"
Expand Down

0 comments on commit c0db6e1

Please sign in to comment.