From 20d920cc3d5aef76648295fda9527c596756ff74 Mon Sep 17 00:00:00 2001 From: Gabriel Ittner Date: Thu, 4 Apr 2024 12:20:58 +0200 Subject: [PATCH] update Changelog --- CHANGELOG.md | 14 +++++++++++++- .../freeletics/gradle/plugin/SettingsExtension.kt | 3 --- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a8f5c12..ba855855 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,23 @@ Change Log ========== +## 0.12.0 *(2024-04-04)* + +- Add mechanism to override version catalog versions through Gradle properties. The property should have + `fgp.version.override.` as name. +- Add support for setting a `room.schemaLocation`. +- Add support for enabling kotlinx.serialization through `useSerialization()`. +- Set `-Xjdk-release` option for Kotlin/JVM projects. +- Update the setup for Anvil KSP to support Anvil 2.5.0. +- Removed options for Khonshu's experimental navigation. +- Fixed missing `wasmJs` test targets warning. + + ## 0.11.0 *(2024-02-21)* - `addCommonTargets` now adds the `wasmJs` target. - `addIosTargets` doesn't add `iosX64` anymore. -- expose the created framework for `addIosTargets`. +- Expose the created framework for `addIosTargets`. ## 0.10.1 *(2024-02-02)* diff --git a/plugin-settings/src/main/kotlin/com/freeletics/gradle/plugin/SettingsExtension.kt b/plugin-settings/src/main/kotlin/com/freeletics/gradle/plugin/SettingsExtension.kt index 63165752..a41c1bdf 100644 --- a/plugin-settings/src/main/kotlin/com/freeletics/gradle/plugin/SettingsExtension.kt +++ b/plugin-settings/src/main/kotlin/com/freeletics/gradle/plugin/SettingsExtension.kt @@ -135,9 +135,6 @@ public abstract class SettingsExtension(private val settings: Settings) { /** * Include a local clone of Khonshu in this build. - * - * When [experimentalNavigation] is `true` any usage of Khonshu `navigation-compose` will be replaced with - * `navigation-experimental` to try out the experimental navigation implementation. */ @JvmOverloads public fun includeKhonshu(path: String = "../khonshu") {