Skip to content

Commit b39c3a6

Browse files
Update kct to v0.11.0 (#2233)
* Update kct to v0.11.0 * Omit removed flag --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jake Wharton <[email protected]>
1 parent 9122b6c commit b39c3a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
[versions]
1616
kotlin = "2.2.21"
17-
kct = "0.9.0"
17+
kct = "0.11.0"
1818
ksp = "2.3.1"
1919
ktlint = "0.48.2"
2020

interop/ksp/test-processor/src/test/kotlin/com/squareup/kotlinpoet/ksp/test/processor/TestProcessorTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -950,7 +950,7 @@ class TestProcessorTest {
950950
inheritClassPath = true
951951
sources = sourceFiles.asList()
952952
verbose = false
953-
configureKsp(useKsp2 = true) {
953+
configureKsp {
954954
incremental = true // The default now
955955
symbolProcessorProviders += TestProcessorProvider()
956956
}

0 commit comments

Comments
 (0)