[Gradle] GradleIT: kotlinToolingMetadataAndroid: Add java 8 support
^KT-48019
This commit is contained in:
committed by
Space
parent
6dd4164f1e
commit
dbdc6176f0
+5
@@ -12,6 +12,11 @@ repositories {
|
|||||||
android {
|
android {
|
||||||
compileSdkVersion(23)
|
compileSdkVersion(23)
|
||||||
buildToolsVersion("25.0.2")
|
buildToolsVersion("25.0.2")
|
||||||
|
|
||||||
|
compileOptions {
|
||||||
|
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||||
|
targetCompatibility = JavaVersion.VERSION_1_8
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
kotlin {
|
kotlin {
|
||||||
|
|||||||
Reference in New Issue
Block a user