We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac29efd commit 738c3deCopy full SHA for 738c3de
CHANGELOG.md
@@ -1,6 +1,15 @@
1
Changelog
2
=========
3
4
+0.3.1
5
+-----
6
+
7
+_2023-07-22_
8
9
+- **Fix**: Set required `languageVersionSettings` property in `KspOptions`.
10
+- Update to KSP `1.9.0-1.0.12`.
11
+- Update to Okio `3.4.0`.
12
13
0.3.0
14
-----
15
gradle.properties
@@ -3,7 +3,7 @@ kotlin.incremental=false
kapt.include.compile.classpath=false
GROUP=dev.zacsweers.kctfork
-VERSION_NAME=1.0.0-SNAPSHOT
+VERSION_NAME=0.3.1
POM_DESCRIPTION=A library that enables testing of Kotlin annotation processors, compiler plugins and code generation.
POM_INCEPTION_YEAR=2019
POM_URL=https\://github.com/zacsweers/kotlin-compile-testing
0 commit comments