Skip to content

Commit 2bfebb9

Browse files
fix(lite): fix
1 parent d331740 commit 2bfebb9

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

lite/build.gradle

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,6 @@ android {
2525
sourceCompatibility JavaVersion.VERSION_1_8
2626
targetCompatibility JavaVersion.VERSION_1_8
2727
}
28-
29-
kotlinOptions {
30-
jvmTarget = '1.8'
31-
}
32-
33-
kotlin {
34-
experimental {
35-
coroutines 'enable'
36-
}
37-
}
3828
}
3929

4030
dependencies {

0 commit comments

Comments
 (0)