Releases: tschuchortdev/kotlin-compile-testing
Releases · tschuchortdev/kotlin-compile-testing
1.3.1
- Updated KSP
- Allow passing args to KSP
1.2.11
- Update dependencies
- Fix jitback build
- Fix NoSuchMethodError
1.2.10
- Updated Kotlin to 1.4.0
- Moved KSP to regular submodule
- Better automation of release process
1.2.9
- More robust parsing of the Javac version string
- Release KSP support
1.2.8
- Update bundled compiler to 1.3.72
1.2.7
- Updated bundled compiler to 1.3.70
1.2.6
-
It's now possible to add
CommandLineProcessor
s to the compilation directly to be able to test compiler plugins that take arguments -
Improved regex parsing of Kotlin compiler version strings
-
Updated bundled compiler to 1.3.61
1.2.5
- Updated bundled compiler to 1.3.60
1.2.4
- Compiler plugins can now be added either as instances or via the
pluginClasspath
- Source files generated by kapt are now in the list of generated files,
- Easier filtering of generated files
1.2.3
- Check file extensions automatically when creating
SourceFile
s with the new factory functions - Less noisy output/verbose flag actually works as intended