mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 21:27:01 +05:30
common: cleanup duplicated Gradle configs
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
117c063f78
commit
3021f96465
2 changed files with 1 additions and 13 deletions
4
.idea/artifacts/common_jvm.xml
generated
4
.idea/artifacts/common_jvm.xml
generated
|
@ -1,8 +1,6 @@
|
||||||
<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>
|
|
@ -6,17 +6,7 @@ plugins {
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
|
||||||
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
|
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
|
||||||
google()
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> {
|
|
||||||
kotlinOptions {
|
|
||||||
jvmTarget = JavaVersion.VERSION_1_8.toString()
|
|
||||||
useIR = true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// workaround for https://youtrack.jetbrains.com/issue/KT-43944
|
// workaround for https://youtrack.jetbrains.com/issue/KT-43944
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue