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/Kapt3IT.kt
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1274,7 +1274,6 @@ open class Kapt3IT : Kapt3BaseIT() {
1274
1274
1275
1275
@DisplayName("KT-59256: kapt generated files are included into the test runtime classpath")
Copy file name to clipboardExpand all lines: libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/gradle/internal/kapt/Kapt3KotlinGradleSubplugin.kt
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -387,8 +387,7 @@ class Kapt3GradleSubplugin @Inject internal constructor(private val registry: To
387
387
// Workaround for changes in Gradle 7.3 causing eager task realization
388
388
// For details check `KotlinSourceSetProcessor.prepareKotlinCompileTask()`
389
389
if (kotlinCompilation isKotlinWithJavaCompilation<*, *>) {
390
-
val kotlinSourceDirectorySet = kotlinCompilation.defaultSourceSet.kotlin
0 commit comments