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/src/main/kotlin/org/jetbrains/kotlin/compilerRunner/GradleKotlinCompilerRunner.kt
-1
Original file line number
Diff line number
Diff line change
@@ -196,7 +196,6 @@ internal open class GradleCompilerRunner(protected val task: Task) {
Copy file name to clipboardExpand all lines: libraries/tools/kotlin-gradle-plugin/src/main/kotlin/org/jetbrains/kotlin/gradle/internal/kapt/Kapt3KotlinGradleSubplugin.kt
-1
Original file line number
Diff line number
Diff line change
@@ -475,7 +475,6 @@ class Kapt3KotlinGradleSubplugin : KotlinGradleSubplugin<KotlinCompile> {
475
475
val kaptTaskName = getKaptTaskName("kaptGenerateStubs")
Copy file name to clipboardExpand all lines: libraries/tools/kotlin-gradle-plugin/src/main/kotlin/org/jetbrains/kotlin/gradle/plugin/mpp/SourceSetVisibilityProvider.kt
-1
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,6 @@ internal class SourceSetVisibilityProvider(
31
31
* If the [resolvedMppDependency] is a project dependency, its project should be passed as [resolvedToOtherProject], as
32
32
* the Gradle API for dependency variants behaves differently for project dependencies and published ones.
Copy file name to clipboardExpand all lines: libraries/tools/kotlin-gradle-plugin/src/main/kotlin/org/jetbrains/kotlin/gradle/plugin/sources/DefaultKotlinSourceSet.kt
-1
Original file line number
Diff line number
Diff line change
@@ -217,7 +217,6 @@ internal fun KotlinSourceSet.disambiguateName(simpleName: String): String {
Copy file name to clipboardExpand all lines: libraries/tools/kotlin-gradle-plugin/src/main/kotlin/org/jetbrains/kotlin/gradle/targets/js/npm/tasks/KotlinPackageJsonTask.kt
-1
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,6 @@ open class KotlinPackageJsonTask : DefaultTask() {
64
64
task.description ="Create package.json file for $compilation"
Copy file name to clipboardExpand all lines: libraries/tools/kotlin-gradle-plugin/src/main/kotlin/org/jetbrains/kotlin/gradle/targets/metadata/KotlinMetadataTargetConfigurator.kt
-1
Original file line number
Diff line number
Diff line change
@@ -270,7 +270,6 @@ class KotlinMetadataTargetConfigurator(kotlinPluginVersion: String) :
Copy file name to clipboardExpand all lines: libraries/tools/kotlin-gradle-plugin/src/main/kotlin/org/jetbrains/kotlin/gradle/tasks/kotlinCompileTaskData.kt
Copy file name to clipboardExpand all lines: libraries/tools/kotlin-gradle-plugin/src/main/kotlin/org/jetbrains/kotlin/gradle/testing/internal/KotlinTestReport.kt
-3
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,6 @@ open class KotlinTestReport : TestReport() {
121
121
}
122
122
123
123
privatefunreportOn(task:AbstractTestTask) {
124
-
@Suppress("UnstableApiUsage")
125
124
reportOn(task.binResultsDir)
126
125
}
127
126
@@ -240,10 +239,8 @@ open class KotlinTestReport : TestReport() {
Copy file name to clipboardExpand all lines: libraries/tools/kotlin-gradle-plugin/src/main/kotlin/org/jetbrains/kotlin/gradle/testing/internal/conventions.kt
0 commit comments