Zongle Wang
Zongle Wang
This is necessary if there is both a cask and a formula present.
You can try out https://github.com/ComposeGears/Valkyrie.
https://scans.gradle.com/s/yz3nrgegbl3vc/tests/overview?outcome=FAILED ---------------------------------------------------------------------- - Unknown location: Project ':server' cannot access 'Project.group' functionality on another project ':client' - Unknown location: Project ':server' cannot access 'Project.version' functionality on another project ':client' https://github.com/GradleUp/shadow/blob/941e065ed3335dc0c8deadcc8f7de815b43496d6/src/main/kotlin/com/github/jengelman/gradle/plugins/shadow/internal/AbstractDependencyFilter.kt#L86-L88 ----------------------------------------------------------------------...
/gemini review
/gemini review
`kotlin.compilerOptions.apiVersion` should also be constrainted, like https://github.com/GradleUp/shadow/blob/d64ef3787ca0298addd7cb4dbd4beb49814b2bee/build.gradle.kts#L23-L24
CC @liutikas
https://kotlinlang.org/docs/gradle-configure-project.html#dependency-on-the-standard-library This plugin relies on Kotlin and Gradle integrates Kotlin stdlibs, so what we can do is pin the `kotlin.languageVersion` and omit the plugin's transitive Kotlin version. > it kind...
CC @SuperDragonXD
View the CI running result at https://github.com/Goooler/ytm-kt/actions/runs/10213815526/job/28259985919.