mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 16:47:01 +05:30
Disable KMP warning
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
879cb951a0
commit
8bf42fa46a
2 changed files with 6 additions and 1 deletions
4
.idea/artifacts/common_jvm.xml
generated
4
.idea/artifacts/common_jvm.xml
generated
|
@ -1,6 +1,8 @@
|
||||||
<component name="ArtifactManager">
|
<component name="ArtifactManager">
|
||||||
<artifact type="jar" name="common-jvm">
|
<artifact type="jar" name="common-jvm">
|
||||||
<output-path>$PROJECT_DIR$/common/build/libs</output-path>
|
<output-path>$PROJECT_DIR$/common/build/libs</output-path>
|
||||||
<root id="archive" name="common-jvm.jar" />
|
<root id="archive" name="common-jvm.jar">
|
||||||
|
<element id="module-output" name="Claw.common.jvmMain" />
|
||||||
|
</root>
|
||||||
</artifact>
|
</artifact>
|
||||||
</component>
|
</component>
|
|
@ -48,3 +48,6 @@ android.defaults.buildfeatures.renderscript=false
|
||||||
android.defaults.buildfeatures.resvalues=false
|
android.defaults.buildfeatures.resvalues=false
|
||||||
android.defaults.buildfeatures.shaders=false
|
android.defaults.buildfeatures.shaders=false
|
||||||
android.library.defaults.buildfeatures.androidresources=false
|
android.library.defaults.buildfeatures.androidresources=false
|
||||||
|
|
||||||
|
# Disable KMP warning
|
||||||
|
kotlin.mpp.stability.nowarn=true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue