File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 0.6.0
5+ -----
6+
7+ _ 2024-11-11_
8+
9+ - ** Enhancement** : Cleanup old sources between compilations.
10+ - Update to Kotlin ` 2.0.21 ` .
11+ - Update to KSP ` 2.0.21-1.0.27 ` . Note that this is now the minimum version of KSP for KSP2 support.
12+ - Update classgraph to ` 4.8.177 ` .
13+ - Update Okio to ` 3.9.1 ` .
14+
15+ Special thanks to [ @ansman ] ( https://github.com/ansman ) for contributing to this release!
16+
4170.5.1
518-----
619
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ kapt.include.compile.classpath=false
55systemProp.kct.test.useKsp2 =true
66
77GROUP =dev.zacsweers.kctfork
8- VERSION_NAME =1.0.0-SNAPSHOT
8+ VERSION_NAME =0.6.0
99POM_DESCRIPTION =A library that enables testing of Kotlin annotation processors, compiler plugins and code generation.
1010POM_INCEPTION_YEAR =2019
1111POM_URL =https\://github.com/zacsweers/kotlin-compile-testing
You can’t perform that action at this time.
0 commit comments