Skip to content

Commit f4ba7b0

Browse files
committed
Remove resources from Kotlin sources
The compilation task doesn't take care of them.
1 parent b9dca93 commit f4ba7b0

File tree

1 file changed

+1
-1
lines changed
  • gradle-plugin/src/main/kotlin/com/google/devtools/ksp/gradle

1 file changed

+1
-1
lines changed

gradle-plugin/src/main/kotlin/com/google/devtools/ksp/gradle/KspSubplugin.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ class KspGradleSubplugin @Inject internal constructor(private val registry: Tool
145145

146146
kotlinCompileProvider.configure { kotlinCompile ->
147147
kotlinCompile.dependsOn(kspTaskProvider)
148-
kotlinCompile.source(kotlinOutputDir, javaOutputDir, resourceOutputDir)
148+
kotlinCompile.source(kotlinOutputDir, javaOutputDir)
149149
kotlinCompile.classpath += project.files(classOutputDir)
150150
}
151151

0 commit comments

Comments
 (0)