diff --git a/mobile/android/app/build.gradle b/mobile/android/app/build.gradle index 01ec11ff8..e1c8f3a3c 100644 --- a/mobile/android/app/build.gradle +++ b/mobile/android/app/build.gradle @@ -31,6 +31,11 @@ android { compileSdkVersion 34 ndkVersion "26.0.10792818" + compileOptions { + sourceCompatibility JavaVersion.VERSION_17 + targetCompatibility JavaVersion.VERSION_17 + } + sourceSets { main.java.srcDirs += 'src/main/kotlin' }