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.2 #693

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 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.2 age adoption passing confidence
com.freeletics.gradle.settings 0.10.1 -> 0.12.2 age adoption passing confidence
com.freeletics.gradle.root 0.10.1 -> 0.12.2 age adoption passing confidence
com.freeletics.gradle.publish.oss 0.10.1 -> 0.12.2 age adoption passing confidence
com.freeletics.gradle.multiplatform 0.10.1 -> 0.12.2 age adoption passing confidence
com.freeletics.gradle.jvm 0.10.1 -> 0.12.2 age adoption passing confidence
com.freeletics.gradle.android.app 0.10.1 -> 0.12.2 age adoption passing confidence
com.freeletics.gradle.android 0.10.1 -> 0.12.2 age adoption passing confidence

Release Notes

freeletics/freeletics-gradle-plugins (com.freeletics.gradle:scripts-formatting) ### [`v0.12.2`](https://togithub.com/freeletics/freeletics-gradle-plugins/blob/HEAD/CHANGELOG.md#0122--2024-05-15-) [Compare Source](https://togithub.com/freeletics/freeletics-gradle-plugins/compare/0.12.1...0.12.2) - Support for Crashlytics Gradle Plugin 3.0.0. ### [`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 4 months ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.