Update to Kotlin 1.4
(cherry picked from commit 967df6f7a3)
# Conflicts:
# app/build.gradle
This commit is contained in:
+1
-2
@@ -278,7 +278,7 @@ dependencies {
|
||||
|
||||
// Licenses
|
||||
// NOTE: REMEMBER TO UPDATE GRADLE PLUGIN
|
||||
implementation "com.mikepenz:aboutlibraries:8.3.0"
|
||||
implementation 'com.mikepenz:aboutlibraries:8.3.0'
|
||||
|
||||
// Tests
|
||||
testImplementation 'junit:junit:4.13'
|
||||
@@ -290,7 +290,6 @@ dependencies {
|
||||
testImplementation "org.robolectric:shadows-multidex:$robolectric_version"
|
||||
testImplementation "org.robolectric:shadows-play-services:$robolectric_version"
|
||||
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$BuildPluginsVersion.KOTLIN"
|
||||
implementation "org.jetbrains.kotlin:kotlin-reflect:$BuildPluginsVersion.KOTLIN"
|
||||
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ object Versions {
|
||||
|
||||
object BuildPluginsVersion {
|
||||
const val AGP = "4.0.1"
|
||||
const val KOTLIN = "1.3.72"
|
||||
const val KOTLIN = "1.4.0"
|
||||
const val KTLINT = "9.2.1"
|
||||
const val VERSIONS_PLUGIN = "0.28.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user