summaryrefslogtreecommitdiff
path: root/.idea/kotlinc.xml
diff options
context:
space:
mode:
authorMatthew Gharrity <gharrma@google.com>2020-09-15 16:14:27 -0700
committerTreeHugger Robot <treehugger-gerrit@google.com>2020-09-15 23:54:13 +0000
commit3eee669e10d25d415bca45a38feb20b5f291f663 (patch)
tree76d494359ab87839fde3c1c3f35989ae8d8958eb /.idea/kotlinc.xml
parent37ab6330e866f497a51cca2699906d6874c9ba8b (diff)
downloadidea-3eee669e10d25d415bca45a38feb20b5f291f663.tar.gz
Set Kotlin args in unbundled Studio project
This mirrors Change I23407813a and ensures that the Kotlin compiler args in the IDE match what is used by Bazel. Change-Id: Ia566bbf72aa271cfb10e97066a874dae8dc6d0a1
Diffstat (limited to '.idea/kotlinc.xml')
-rw-r--r--.idea/kotlinc.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml
index 791ad87c7d7..4d615ae5cd5 100644
--- a/.idea/kotlinc.xml
+++ b/.idea/kotlinc.xml
@@ -3,6 +3,10 @@
<component name="Kotlin2JvmCompilerArguments">
<option name="jvmTarget" value="1.8" />
</component>
+ <component name="KotlinCommonCompilerArguments">
+ <option name="apiVersion" value="1.3" />
+ <option name="languageVersion" value="1.4" />
+ </component>
<component name="KotlinCompilerSettings">
<option name="additionalArguments" value="-version -Xjvm-default=enable -Xstrict-java-nullability-assertions" />
</component>