Skip to content

Releases: tschuchortdev/kotlin-compile-testing

1.3.1

28 Sep 09:19
Compare
Choose a tag to compare
  • Updated KSP
  • Allow passing args to KSP

1.2.11

15 Sep 13:52
Compare
Choose a tag to compare
  • Update dependencies
  • Fix jitback build
  • Fix NoSuchMethodError

1.2.10

27 Aug 16:49
998b8d8
Compare
Choose a tag to compare
  • Updated Kotlin to 1.4.0
  • Moved KSP to regular submodule
  • Better automation of release process

1.2.9

19 Jun 19:20
Compare
Choose a tag to compare
  • More robust parsing of the Javac version string
  • Release KSP support

1.2.8

25 Apr 18:38
Compare
Choose a tag to compare
  • Update bundled compiler to 1.3.72

1.2.7

11 Mar 20:36
Compare
Choose a tag to compare
  • Updated bundled compiler to 1.3.70

1.2.6

06 Feb 22:59
Compare
Choose a tag to compare
  • It's now possible to add CommandLineProcessors 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

19 Nov 18:10
Compare
Choose a tag to compare
  • Updated bundled compiler to 1.3.60

1.2.4

11 Nov 21:03
Compare
Choose a tag to compare
  • 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

29 Sep 19:04
Compare
Choose a tag to compare
  • Check file extensions automatically when creating SourceFiles with the new factory functions
  • Less noisy output/verbose flag actually works as intended