aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2021-11-23 12:10:23 -0800
committerAllan Wang <me@allanwang.ca>2021-11-23 12:10:23 -0800
commit3599803b05188b8f9f4758b43fe120578fa8cf06 (patch)
tree3a1fb5442a98f1833353084da643cb59bb909064 /app/build.gradle
parent98b46d9e5341ac827ec776c6e5dd48ac301d4522 (diff)
downloadfrost-3599803b05188b8f9f4758b43fe120578fa8cf06.tar.gz
frost-3599803b05188b8f9f4758b43fe120578fa8cf06.tar.bz2
frost-3599803b05188b8f9f4758b43fe120578fa8cf06.zip
Remove all experimental annotations
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 7e064152..f13c71e1 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -135,7 +135,6 @@ android {
}
def compilerArgs = [
- "-Xuse-experimental=kotlin.Experimental",
// "-XXLanguage:+InlineClasses",
"-Xopt-in=kotlin.RequiresOptIn",
]