Skip to content

Releases: bennyhuo/kotlin-compile-testing-extensions

v2.1.0-1.3.0

13 Dec 01:44
Compare
Choose a tag to compare

Commits

  • 039e66f: Upgrade Kotlin to 2.1.0. (bennyhuo)

v2.0.0-1.3.0

19 Jun 14:33
Compare
Choose a tag to compare

Commits

  • 345c48a: Upgrade Kotlin to 2.0.0. (bennyhuo)

v1.9.20-1.3.0

09 Nov 06:34
bfa2780
Compare
Choose a tag to compare

Commits

  • faa5391: Bump Kotlin to 1.9.20 with kotlin-compile-testing to 0.4.0. (bennyhuo) #3
  • b252ae7: Do not print fake override functions. (bennyhuo) #3
  • dac905f: 1.9.20-1.2.3-SNAPSHOT (bennyhuo) #3
  • 5b6e5d4: API not compatible, bump version to 1.9.20-1.3.0. (bennyhuo) #3
  • 8b7c1a0: Merge branch 'master' into feature/kotlin-1.9.20 (Benny Huo) #3

v1.8.20-1.2.3

09 Nov 06:29
Compare
Choose a tag to compare

Commits

  • 574804e: Update README.md (Benny Huo)
  • 940b45f: Do not print fake override functions. (bennyhuo)
  • e53ed0a: 1.8.20-1.2.3-SNAPSHOT (bennyhuo)
  • 63e8bbe: Bump version to 1.8.20-1.2.3. (bennyhuo)

v1.8.20-1.2.2

05 Oct 14:04
Compare
Choose a tag to compare

Commits

  • bf9b8d6: Fix IR output type. Release 1.2.2. (bennyhuo)

v1.8.20-1.2.1

10 Sep 01:03
Compare
Choose a tag to compare

Commits

  • c044324: Do not print 'Any' as super type for IrClass in Jetpack Compose style IR printer. (bennyhuo)

v1.8.20-1.2.0

30 Aug 06:52
Compare
Choose a tag to compare

Commits

  • e5417fa: Fix compiler output level. Change 'supportK2' to 'useK2', also set language version to 2.0 when enabled. (bennyhuo)
  • 6959b3a: publish 1.8.20-1.2.0. (bennyhuo)

v1.8.20-1.1.0

17 Aug 01:35
889743b
Compare
Choose a tag to compare

Commits

  • 6408f04: update readme. (bennyhuo)
  • 21a40c1: update action. (bennyhuo)
  • deeb4c2: Replace the mirrored repositories of tencent with original maven central and gradle portal. (bennyhuo)
  • eb29e89: Try to fix build error from action. (bennyhuo)
  • b42e167: Update README.md (Benny Huo)
  • 85a8d38: Update README.md (Benny Huo)
  • c0cee1f: Add ignoreTrailingSpaces option. Add TextBasedModuleInfoLoader. Release 1.8.20-1.1.0. (bennyhuo)
  • 889743b: Update gradle.properties (Benny Huo)

v1.8.20-1.0.0

25 Jun 08:37
Compare
Choose a tag to compare
  • Upgrade to Kotlin 1.8.20.
  • Add support to add customized output files.

v1.8.0.0

06 Feb 13:53
Compare
Choose a tag to compare
  • Upgrade to Kotlin 1.8.0, depends on the fork maintained by ZacSweers.
  • Fix compiler log pattern.
  • Add 'exitCode' parameter to 'checkResult'.
  • Add 'supportK2' to 'KotlinModule'.