Skip to content

1.0.0-alpha06

Compare
Choose a tag to compare
@YanneckReiss YanneckReiss released this 19 Jun 10:37
· 2 commits to master since this release

What's Changed

Features

  • Introduced configuration parameters
  • The following can now be added to your build.gradle.kts file to suppress warnings in your output console about mismatching parameters:
ksp {
    arg("kconmapper.suppressMappingMismatchWarnings", "true")
}
  • Updated to Kotlin v1.8.21
  • Updated Gradle To v8.0.0
  • Compile with JDK17

Full Changelog: 1.0.0-alpha05...1.0.0-alpha06