Skip to content

Commit

Permalink
Kotlin 2.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
milos85vasic committed Jul 15, 2024
1 parent dfb32c9 commit f47224d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
1 change: 1 addition & 0 deletions Changes/202.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

## Completed

- Switching to Kotlin 2.0.0
- Gradle version increased
- Recording logs with production builds is now possible
- `Console` replaces `Timber` wrapper
Expand Down
10 changes: 1 addition & 9 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
buildscript {

/*
TODO: Kotlin 2.0
*/
ext.kotlin_version = '1.9.23'
ext.kotlin_version = '2.0.0'

repositories {

Expand Down Expand Up @@ -32,8 +29,3 @@ allprojects {
maven { url "https://jitpack.io" }
}
}

task clean(type: Delete) {

delete rootProject.buildDir
}

0 comments on commit f47224d

Please sign in to comment.