Skip to content

Commit 0ffc4dc

Browse files
Fix function reference in comments
1 parent 4edd06f commit 0ffc4dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ksp/src/main/kotlin/io/spine/tools/core/jvm/ksp/gradle/CommonKspSettingsPlugin.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ private fun Project.replaceKspOutputDirs() {
201201
sourceSet.run {
202202
// KSP Gradle Plugin already added its output to source sets.
203203
// We need to add the replacement manually because we filtered
204-
// it before in `Project.makeKspIgnoreGeneratedSourceProtoDir()`.
204+
// it before in `Project.makeKspIgnoreProtocOutputDir()`.
205205

206206
java.srcDirs(javaOutputDir)
207207
findKotlinDirectorySet()?.srcDirs(kotlinOutputDir)

0 commit comments

Comments
 (0)