Update Kotlin to 1.5.0

- Remove now unnecessary jvmTarget from buildscript
- Update Room to 2.3.0 since earlier versions cause build errors with the new Kotlin release
This commit is contained in:
Maxr1998
2021-05-06 16:58:51 +02:00
parent 0f8f22a564
commit ca94892624
3 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -19,4 +19,4 @@ android.enableJetifier=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
# Kotlin version for this project
kotlinVersion=1.4.32
kotlinVersion=1.5.0