diff --git a/idea/testData/gradle/newMultiplatformImport/fileCollectionDependency/gradle.properties b/idea/testData/gradle/newMultiplatformImport/fileCollectionDependency/gradle.properties new file mode 100644 index 00000000000..0480fdcf3dd --- /dev/null +++ b/idea/testData/gradle/newMultiplatformImport/fileCollectionDependency/gradle.properties @@ -0,0 +1 @@ +kotlin.stdlib.default.dependency=false \ No newline at end of file diff --git a/idea/testData/gradle/newMultiplatformImport/jvmWithJava/gradle.properties b/idea/testData/gradle/newMultiplatformImport/jvmWithJava/gradle.properties index b1671db9389..eeb78e4ac9d 100644 --- a/idea/testData/gradle/newMultiplatformImport/jvmWithJava/gradle.properties +++ b/idea/testData/gradle/newMultiplatformImport/jvmWithJava/gradle.properties @@ -3,4 +3,5 @@ coroutines_version = 1.1.1 moowork_node = 1.2.0 org.gradle.paralllel=true -kotlin.parallel.tasks.in.project=true \ No newline at end of file +kotlin.parallel.tasks.in.project=true +kotlin.stdlib.default.dependency=false \ No newline at end of file diff --git a/idea/testData/gradle/newMultiplatformImport/jvmWithJava/jvm-mod/gradle.properties b/idea/testData/gradle/newMultiplatformImport/jvmWithJava/jvm-mod/gradle.properties new file mode 100644 index 00000000000..0480fdcf3dd --- /dev/null +++ b/idea/testData/gradle/newMultiplatformImport/jvmWithJava/jvm-mod/gradle.properties @@ -0,0 +1 @@ +kotlin.stdlib.default.dependency=false \ No newline at end of file diff --git a/idea/testData/gradle/newMultiplatformImport/jvmWithJava/mpp-mod-a/gradle.properties b/idea/testData/gradle/newMultiplatformImport/jvmWithJava/mpp-mod-a/gradle.properties new file mode 100644 index 00000000000..0480fdcf3dd --- /dev/null +++ b/idea/testData/gradle/newMultiplatformImport/jvmWithJava/mpp-mod-a/gradle.properties @@ -0,0 +1 @@ +kotlin.stdlib.default.dependency=false \ No newline at end of file diff --git a/idea/testData/gradle/newMultiplatformImport/platformToCommonExpByInComposite/gradle.properties b/idea/testData/gradle/newMultiplatformImport/platformToCommonExpByInComposite/gradle.properties new file mode 100644 index 00000000000..0480fdcf3dd --- /dev/null +++ b/idea/testData/gradle/newMultiplatformImport/platformToCommonExpByInComposite/gradle.properties @@ -0,0 +1 @@ +kotlin.stdlib.default.dependency=false \ No newline at end of file diff --git a/idea/testData/gradle/newMultiplatformImport/platformToCommonExpByInComposite/toInclude/gradle.properties b/idea/testData/gradle/newMultiplatformImport/platformToCommonExpByInComposite/toInclude/gradle.properties new file mode 100644 index 00000000000..0480fdcf3dd --- /dev/null +++ b/idea/testData/gradle/newMultiplatformImport/platformToCommonExpByInComposite/toInclude/gradle.properties @@ -0,0 +1 @@ +kotlin.stdlib.default.dependency=false \ No newline at end of file diff --git a/idea/testData/gradle/newMultiplatformImport/testTasks/gradle.properties b/idea/testData/gradle/newMultiplatformImport/testTasks/gradle.properties new file mode 100644 index 00000000000..0480fdcf3dd --- /dev/null +++ b/idea/testData/gradle/newMultiplatformImport/testTasks/gradle.properties @@ -0,0 +1 @@ +kotlin.stdlib.default.dependency=false \ No newline at end of file