Merge pull request #115 from TouchInstinct/fix/lifecycle
add java version to kotlin compile at lifecycle module
This commit is contained in:
commit
32c1f91703
|
|
@ -12,6 +12,10 @@ android {
|
|||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
targetCompatibility JavaVersion.VERSION_1_8
|
||||
}
|
||||
|
||||
kotlinOptions {
|
||||
jvmTarget = JavaVersion.VERSION_1_8.toString()
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
|
|||
Loading…
Reference in New Issue