Skip to content

Commit

Permalink
Update to kotlin 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneeVandervelde committed May 26, 2024
1 parent 2bfb268 commit 849d46a
Show file tree
Hide file tree
Showing 4 changed files with 242 additions and 213 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
==========

2.2.0
-----

### Changed

- Updated to Kotlin 2.0

2.1.0
-----

Expand Down
5 changes: 5 additions & 0 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ repositories {
mavenCentral()
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.23"
kotlin = "2.0.0"
coroutines = "1.8.1"

[libraries.kotlin-gradle]
Expand Down
Loading

0 comments on commit 849d46a

Please sign in to comment.