summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
Diffstat (limited to 'android')
-rw-r--r--android/build.gradle8
1 files changed, 8 insertions, 0 deletions
diff --git a/android/build.gradle b/android/build.gradle
index 9bfb4d23c3..1838901ab4 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -70,6 +70,14 @@ android {
}
}
+tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
+ kotlinOptions {
+ kotlinOptions.freeCompilerArgs += [
+ "-Xuse-experimental=kotlinx.coroutines.ObsoleteCoroutinesApi",
+ ]
+ }
+}
+
play {
serviceAccountCredentials = file("play-api-key.json")
}