Skip to content

Commit

Permalink
Merge pull request #23 from InkApplications/k2
Browse files Browse the repository at this point in the history
Update to kotlin 2.0
  • Loading branch information
ReneeVandervelde authored May 26, 2024
2 parents 2149c68 + 849d46a commit 587be90
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 587be90

Please sign in to comment.