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