Skip to content

0.20.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Dec 15:47
· 36 commits to main since this release
b311c95
  • Updated to Kotlin 2.1.0
  • Enable new Kotlin language features
  • New Gradle properties to configure Kotlin compiler daemon:
    • enable extraWarnings option in the
      compiler by default, can be disabled by setting fgp.kotlin.extraWarnings=false
    • replaced the fgp.kotlin.allowWarnings property with fgp.kotlin.warningsAsErrors (defaults to true)
    • allow easily suppressing deprecation warnings by setting fgp.kotlin.suppressDeprecationWarnings=true
      (defaults to false)