summaryrefslogtreecommitdiff
path: root/.idea
diff options
context:
space:
mode:
Diffstat (limited to '.idea')
-rw-r--r--.idea/compiler.xml6
-rw-r--r--.idea/gradle.xml1
2 files changed, 6 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>
diff --git a/.idea/gradle.xml b/.idea/gradle.xml
index b5fb24f..20236d7 100644
--- a/.idea/gradle.xml
+++ b/.idea/gradle.xml
@@ -21,6 +21,7 @@
</set>
</option>
<option name="resolveModulePerSourceSet" value="false" />
+ <option name="useQualifiedModuleNames" value="true" />
</GradleProjectSettings>
</option>
</component>