You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added useSkie, useKopy, and usePoko to enable the respective plugins.
Added new versionBasedOnDate method and several overloads of computeVersionName
and computeVersionCode to make using them easier.
New com.freeletics.gradle:scripts-circleci artifact that contains helpers
for writing kts scripts that run in a CircleCI environment or interact
with CircleCI.
New com.freeletics.gradle:scripts-slack artifact that makes it easy
to write kts scripts that send Slack messages.
Updated ktlint to 1.4.1.
usePaparazzi() will now apply the official Paparazzi release instead of the Freeletics
Paparazzi fork.
The com.freeletics.gradle.root plugin is now shipped in the same artifact as the others.
Removed fgp.kotlin.anvilKsp and fgp.kotlin.anvilKspWithComponent. Anvil is now always run
through the Anvil KSP fork.
Removed enforcing a Gradle Daemon JVM by setting java-gradle in the version catalog. Use
Daemon JVM toolchains instead (run updateDaemonJvm task).