Skip to content

Commit f75cb2d

Browse files
committed
specify compile options
1 parent 876ecf7 commit f75cb2d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

android/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ apply plugin: 'kotlin-android'
2828
android {
2929
compileSdkVersion 33
3030

31+
compileOptions {
32+
sourceCompatibility JavaVersion.VERSION_1_8
33+
targetCompatibility JavaVersion.VERSION_1_8
34+
}
3135
defaultConfig {
3236
minSdkVersion 21
3337
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)