Skip to content

Commit

Permalink
Merge pull request #51 from ReneeVandervelde/k2
Browse files Browse the repository at this point in the history
Upgrade to Kotlin 2.0
  • Loading branch information
ReneeVandervelde authored May 24, 2024
2 parents 6afdf25 + 69fb38a commit 9d5f007
Show file tree
Hide file tree
Showing 4 changed files with 222 additions and 183 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Change Log
==========

1.7.0
-----

### Changed

- Upgrade to Kotlin 2.0.0

1.6.0
-----

Expand Down
4 changes: 4 additions & 0 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ repositories {
google()
}

kotlin {
jvmToolchain(11)
}

dependencies {
implementation(libs.kotlin.gradle)
implementation(libs.android.gradle)
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"
coroutines = "1.8.1"

##
Expand Down
Loading

0 comments on commit 9d5f007

Please sign in to comment.