freeletics / FlowRedux

Kotlin Multiplatform Statemachine library with nice DSL based on Flow from Kotlin Coroutine's.
https://freeletics.github.io/FlowRedux/
Apache License 2.0
700 stars 27 forks source link

Update Freeletics Gradle Plugin to v0.12.1 #679

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.freeletics.gradle:scripts-formatting 0.10.1 -> 0.12.1 age adoption passing confidence
com.freeletics.gradle.settings 0.10.1 -> 0.12.1 age adoption passing confidence
com.freeletics.gradle.root 0.10.1 -> 0.12.1 age adoption passing confidence
com.freeletics.gradle.publish.oss 0.10.1 -> 0.12.1 age adoption passing confidence
com.freeletics.gradle.multiplatform 0.10.1 -> 0.12.1 age adoption passing confidence
com.freeletics.gradle.jvm 0.10.1 -> 0.12.1 age adoption passing confidence
com.freeletics.gradle.android.app 0.10.1 -> 0.12.1 age adoption passing confidence
com.freeletics.gradle.android 0.10.1 -> 0.12.1 age adoption passing confidence

Release Notes

freeletics/freeletics-gradle-plugins (com.freeletics.gradle:scripts-formatting) ### [`v0.12.1`](https://togithub.com/freeletics/freeletics-gradle-plugins/blob/HEAD/CHANGELOG.md#0121--2024-04-24-) [Compare Source](https://togithub.com/freeletics/freeletics-gradle-plugins/compare/0.12.0...0.12.1) - Add support for using Compose in Kotlin 2.0.0 through the new Compose compiler plugin that is shipped as part of Kotlin. - Only enable Kotlin's progressive mode if the language version matches or exceeds the current Kotlin version. - Separate activating Anvil KSP for app modules from library modules. This allows using Anvil KSP and K2 in most of the code base until Anvil KSP is supporting contributed subcomponents. - `addIosTargets` now is not creating a framework anymore. `addIosTargetsWithXcFramework` can be used for that instead. - Don't publish build scans by default. ### [`v0.12.0`](https://togithub.com/freeletics/freeletics-gradle-plugins/blob/HEAD/CHANGELOG.md#0120--2024-04-04-) [Compare Source](https://togithub.com/freeletics/freeletics-gradle-plugins/compare/0.11.0...0.12.0) - 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. ### [`v0.11.0`](https://togithub.com/freeletics/freeletics-gradle-plugins/blob/HEAD/CHANGELOG.md#0110--2024-02-21-) [Compare Source](https://togithub.com/freeletics/freeletics-gradle-plugins/compare/0.10.1...0.11.0) - `addCommonTargets` now adds the `wasmJs` target. - `addIosTargets` doesn't add `iosX64` anymore. - Expose the created framework for `addIosTargets`.


🔕 Ignore: Close this PR and you won't be reminded about these updates again.

renovate[bot] commented 5 months ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (0.12.1). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.