Skip to content

[1.1.0] Add Kotlin source generation

Compare
Choose a tag to compare
@Nava2 Nava2 released this 03 May 22:19
· 82 commits to main since this release
cb1a966

This adds support for automatically finding and generating assertions for Kotlin sources.

Additionally, from a non-feature change standpoint, this also removes the remaining groovy code 🎉.

What's Changed

  • Fix README plugin link by @Nava2 in #55
  • [KotlinTest] Start porting tests to Kotlin, port TestUtils by @Nava2 in #59
  • [KotlinTest] Port root package tests to kotlin by @Nava2 in #60
  • [KotlinTest] TemplateChanges.groovy to Kotlin by @Nava2 in #61
  • [KotlinTest] ClassesFilter.groovy to Kotlin by @Nava2 in #62
  • [KotlinTest] PackageFilter.groovy to Kotlin by @Nava2 in #63
  • [KotlinTest] EntryPointGeneration.groovy to Kotlin by @Nava2 in #64
  • [Kotlin] Add Kotlin plugin support to generate classes from Kotlin cl… by @Nava2 in #57
  • [KotlinTest] Port remainging tests to Kotlin by @Nava2 in #65
  • [Docs] Update docs for 1.1.0 release by @Nava2 in #70

Full Changelog: v1.0.0...v1.1.0