We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9dca93 commit f4ba7b0Copy full SHA for f4ba7b0
gradle-plugin/src/main/kotlin/com/google/devtools/ksp/gradle/KspSubplugin.kt
@@ -145,7 +145,7 @@ class KspGradleSubplugin @Inject internal constructor(private val registry: Tool
145
146
kotlinCompileProvider.configure { kotlinCompile ->
147
kotlinCompile.dependsOn(kspTaskProvider)
148
- kotlinCompile.source(kotlinOutputDir, javaOutputDir, resourceOutputDir)
+ kotlinCompile.source(kotlinOutputDir, javaOutputDir)
149
kotlinCompile.classpath += project.files(classOutputDir)
150
}
151
0 commit comments