summaryrefslogtreecommitdiff
path: root/.idea/kotlinc.xml
diff options
context:
space:
mode:
authorEsteban de la Canal <estebandlc@google.com>2020-06-17 15:13:19 -0700
committerEsteban de la Canal <estebandlc@google.com>2020-06-27 17:24:52 +0000
commitd33049ba90c29f7f062f6ac3ce6b5640cc8a00a1 (patch)
treef33acec28a6efc9839ed2af0cc81ed1a21d5815b /.idea/kotlinc.xml
parentb81be5393cd9675c9fa48f7eec0c50b24a1e5298 (diff)
downloadidea-d33049ba90c29f7f062f6ac3ce6b5640cc8a00a1.tar.gz
Add Android Studio unbundled project
This project will be used to build Android Studio against a prebuilt version of the platform. Test: Not yet. Bug: 156497102 Change-Id: I0ffbb5c25c5929d193b1610f4ab186131a4839dc
Diffstat (limited to '.idea/kotlinc.xml')
-rw-r--r--.idea/kotlinc.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml
new file mode 100644
index 00000000000..791ad87c7d7
--- /dev/null
+++ b/.idea/kotlinc.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="Kotlin2JvmCompilerArguments">
+ <option name="jvmTarget" value="1.8" />
+ </component>
+ <component name="KotlinCompilerSettings">
+ <option name="additionalArguments" value="-version -Xjvm-default=enable -Xstrict-java-nullability-assertions" />
+ </component>
+</project> \ No newline at end of file