Skip to content

v0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Apr 03:41
v0.8.0
6841c61

Public API is CHANGED!
You need to replace setup* calls to fkcSetup* ones like this:
setupMultiplatform => fkcSetupMultiplatform.

Changed

  • rewise public APIs for ease of use.
  • disable Dokka by default.
  • unify setupKotlin API.

Added

  • add Compose Desktop setup support and a test project for it.
  • bundle toml version catalog with the plugin as a resolving fallback.
  • add logging on auto changed yarn dependenciew for Kotlin/JS.
  • enable androidResources.generateLocaleConfig in android apps by default.

Fixed

  • connect Gmazzo's BuildConfigTask to prepareKotlinBuildScriptModel.
  • do not use -Xjdk-release when compiled against the current JDK version.

Updated

  • bump dependency-analysis to 1.31.0.
  • bump task-tree to 3.0.0.
  • bump KSP to 1.0.20.
  • bump proguard-core to 9.1.2.
  • bump io.nlopez.compose.rules:detekt to 0.3.15.
  • bump Guava to 33.1.0-jre (build only dependency).
  • bump Okio to 3.9.0 (build only dependency).
  • bump Android Gradle Plugin to 8.3.2 (compile-only dependency).
  • bump com.mikepenz.aboutlibraries to 11.1.3.
  • bump jetbrains-compose to 1.6.2.

Full Changelog: v0.7.0...v0.8.0