summaryrefslogtreecommitdiff
path: root/.idea/compiler.xml
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2021-02-04 11:48:41 -0300
committerTorsten Grote <t@grobox.de>2021-02-04 11:48:41 -0300
commit6c9ea7b8773a3ad81e36d3ca014cc5579ae89a42 (patch)
tree4efccb93be789fb6f8e413e2a01512354e4ded90 /.idea/compiler.xml
parent915e5e27932a574b0b06c0ca4c20e278dfea8926 (diff)
downloadtaler-android-6c9ea7b8773a3ad81e36d3ca014cc5579ae89a42.tar.gz
taler-android-6c9ea7b8773a3ad81e36d3ca014cc5579ae89a42.tar.bz2
taler-android-6c9ea7b8773a3ad81e36d3ca014cc5579ae89a42.zip
Upgrade non-Taler libraries
Diffstat (limited to '.idea/compiler.xml')
-rw-r--r--.idea/compiler.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.idea/compiler.xml b/.idea/compiler.xml
index 9389bf3..fdae4ca 100644
--- a/.idea/compiler.xml
+++ b/.idea/compiler.xml
@@ -11,11 +11,15 @@
<entry name="!?*.kt" />
<entry name="!?*.clj" />
</wildcardResourcePatterns>
- <bytecodeTargetLevel>
+ <bytecodeTargetLevel target="1.8">
<module name="common_commonMain" target="1.6" />
<module name="common_commonTest" target="1.6" />
<module name="common_jvmMain" target="1.6" />
<module name="common_jvmTest" target="1.6" />
+ <module name="taler-android.multiplatform.common.commonMain" target="1.6" />
+ <module name="taler-android.multiplatform.common.commonTest" target="1.6" />
+ <module name="taler-android.multiplatform.common.jvmMain" target="1.6" />
+ <module name="taler-android.multiplatform.common.jvmTest" target="1.6" />
<module name="taler-kotlin-common_jvmMain" target="1.6" />
<module name="taler-kotlin-common_jvmTest" target="1.6" />
</bytecodeTargetLevel>