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/gradle/internal/AnnotationProcessingManager.kt
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -157,7 +157,7 @@ class AnnotationProcessingManager(
157
157
return kotlinGeneratedDir
158
158
}
159
159
160
-
val kaptProcessorPath get() =javaTask.classpath +setOf(wrappersDirectory) + aptFiles
160
+
val kaptProcessorPath get() =setOf(wrappersDirectory) + aptFiles+ javaTask.classpath
0 commit comments