Skip to content

Commit 9471397

Browse files
committed
chore: fix import locations
1 parent 1997604 commit 9471397

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

build-logic/src/main/kotlin/modelix-kotlin-jvm-with-junit.gradle.kts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import gradle.kotlin.dsl.accessors._8758bf21ec0488ee6f70886b9f0e8378.test
2-
31
/*
42
* Copyright (c) 2024.
53
*
@@ -16,6 +14,9 @@ import gradle.kotlin.dsl.accessors._8758bf21ec0488ee6f70886b9f0e8378.test
1614
* limitations under the License.
1715
*/
1816

17+
import org.gradle.kotlin.dsl.invoke
18+
19+
1920
plugins {
2021
id("modelix-kotlin-jvm")
2122
}

build-logic/src/main/kotlin/modelix-kotlin-jvm.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
2-
import org.modelix.MODELIX_JDK_VERSION
3-
import org.modelix.MODELIX_JVM_TARGET
4-
51
/*
62
* Copyright (c) 2024.
73
*
@@ -18,6 +14,10 @@ import org.modelix.MODELIX_JVM_TARGET
1814
* limitations under the License.
1915
*/
2016

17+
import org.modelix.MODELIX_JDK_VERSION
18+
import org.modelix.MODELIX_JVM_TARGET
19+
20+
2121
plugins {
2222
kotlin("jvm")
2323
id("modelix-language-config")

build-logic/src/main/kotlin/modelix-kotlin-multiplatform.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import org.modelix.MODELIX_JDK_VERSION
2-
31
/*
42
* Copyright (c) 2024.
53
*
@@ -16,6 +14,8 @@ import org.modelix.MODELIX_JDK_VERSION
1614
* limitations under the License.
1715
*/
1816

17+
import org.modelix.MODELIX_JDK_VERSION
18+
1919
plugins {
2020
kotlin("multiplatform")
2121
id("modelix-language-config")

0 commit comments

Comments
 (0)