kotlin jdk8 for wear

This commit is contained in:
Milos Kozak 2021-10-19 11:49:24 +02:00
parent 52ffc8d7ff
commit 608fe446c3

View file

@ -158,7 +158,7 @@ dependencies {
testImplementation "org.skyscreamer:jsonassert:1.5.0" testImplementation "org.skyscreamer:jsonassert:1.5.0"
testImplementation "org.hamcrest:hamcrest-all:1.3" testImplementation "org.hamcrest:hamcrest-all:1.3"
implementation "androidx.core:core-ktx:$coreVersion" implementation "androidx.core:core-ktx:$coreVersion"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
} }
repositories { repositories {
mavenCentral() mavenCentral()