Skip to content

Commit

Permalink
Update to Kotlin 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmook committed Jun 3, 2024
1 parent cff154a commit cc5be0c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -300,3 +300,6 @@ fabric.properties
!swiftlint-wrapper.jar

# End of https://www.toptal.com/developers/gitignore/api/android,androidstudio,xcode,swift,kotlin

# Kotlin 2.x
.kotlin
14 changes: 7 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,30 +16,30 @@

[versions]

kotlin = "1.9.24"
kotlin = "2.0.0"

androidGradlePlugin = "8.4.0"
androidGradlePlugin = "8.4.1"
detektGradlePlugin = "1.23.6"
gradleVersionsPlugin = "0.51.0"
markdownlintGradlePlugin = "0.6.0"
gradleMavenPublishPlugin = "0.28.0"
dokkaPlugin = "1.9.20"

kotlinX-coroutines = "1.8.0"
kotlinX-coroutines = "1.8.1"

# Sample app
androidX-appCompat = "1.6.1"
androidX-appCompat = "1.7.0"
androidX-constraintLayout = "2.1.4"
androidX-fragment = "1.7.0"
androidX-lifecycle = "2.7.0"
androidX-fragment = "1.7.1"
androidX-lifecycle = "2.8.1"
androidX-navigation = "2.7.7"
androidX-vectorDrawable = "1.2.0"
desugar = "2.0.4"
google-dagger = "2.51.1"
google-material = "1.12.0"
groupie = "2.9.0"
leakcanary = "2.14"
orbitMvi = "7.1.0"
orbitMvi = "8.0.0"

# Testing
bouncyCastle = "1.78.1"
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit cc5be0c

Please sign in to comment.