Skip to content

Commit bddc370

Browse files
authored
Update comment for functionalTest compilation
Clarify comment regarding functionalTest association with main.
1 parent 59ddc84 commit bddc370

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ gradlePlugin {
217217
kotlin.target.compilations {
218218
val main by getting
219219
getByName("functionalTest") {
220-
// Share main's output with functionalTest.
220+
// Import main and its classpath as dependencies and establish internal visibility.
221221
associateWith(main)
222222
}
223223
}

0 commit comments

Comments
 (0)