You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/kotlin/org/jetbrains/kotlin/gradle/CommonizerHierarchicalIT.kt
+5-5
Original file line number
Diff line number
Diff line change
@@ -22,28 +22,28 @@ open class CommonizerHierarchicalIT : KGPBaseTest() {
Copy file name to clipboardexpand all lines: libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/kotlin/org/jetbrains/kotlin/gradle/ConfigurationCacheIT.kt
+13
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,19 @@ class ConfigurationCacheIT : AbstractConfigurationCacheIT() {
79
79
}
80
80
}
81
81
82
+
@MppGradlePluginTests
83
+
@DisplayName("KT-63363: all metadata jar works well with configuration cache")
Copy file name to clipboardexpand all lines: libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/kotlin/org/jetbrains/kotlin/gradle/HierarchicalMppIT.kt
+1-1
Original file line number
Diff line number
Diff line change
@@ -380,7 +380,7 @@ open class HierarchicalMppIT : KGPBaseTest() {
Copy file name to clipboardexpand all lines: libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/kotlin/org/jetbrains/kotlin/gradle/KlibBasedMppIT.kt
+1-1
Original file line number
Diff line number
Diff line change
@@ -204,7 +204,7 @@ open class KlibBasedMppIT : BaseGradleIT() {
Copy file name to clipboardexpand all lines: libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/kotlin/org/jetbrains/kotlin/gradle/mpp/MppSharedNativeCompileIT.kt
+2-2
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,8 @@ class MppSharedNativeCompileIT : KGPBaseTest() {
26
26
fun`test - shared native klib - does not contain 'depends=' manifest property`(gradleVersion:GradleVersion) {
Copy file name to clipboardexpand all lines: libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/gradle/plugin/mpp/pm20/GradleKpmHostSpecificMetadataArtifact.kt
Copy file name to clipboardexpand all lines: libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/gradle/plugin/mpp/pm20/setupFragmentsMetadataForKpmModules.kt
Copy file name to clipboardexpand all lines: libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/gradle/targets/metadata/KotlinMetadataTargetConfigurator.kt
+1-12
Original file line number
Diff line number
Diff line change
@@ -320,8 +320,7 @@ class KotlinMetadataTargetConfigurator :
Copy file name to clipboardexpand all lines: libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/gradle/targets/native/KotlinNativeTarget.kt
+1-1
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ abstract class KotlinNativeTarget @Inject constructor(
Copy file name to clipboardexpand all lines: libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/gradle/targets/native/KotlinNativeTargetConfigurator.kt
Copy file name to clipboardexpand all lines: libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/gradle/targets/native/tasks/KotlinNativeTasks.kt
Copy file name to clipboardexpand all lines: libraries/tools/kotlin-gradle-plugin/src/functionalTest/kotlin/org/jetbrains/kotlin/gradle/regressionTests/KotlinNativeCompileRefinesPathsTest.kt
+2-2
Original file line number
Diff line number
Diff line change
@@ -35,8 +35,8 @@ class KotlinNativeCompileRefinesPathsTest {
Copy file name to clipboardexpand all lines: libraries/tools/kotlin-gradle-plugin/src/functionalTest/kotlin/org/jetbrains/kotlin/gradle/unitTests/DependsOnClosureCompilePathTest.kt
+3-3
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ class DependsOnClosureCompilePathTest {
0 commit comments