Slackbot
03/02/2022, 5:03 PMThomas Broyer
03/02/2022, 5:31 PMVampire
03/02/2022, 5:32 PMVersionCatalogsExtension
extension and use that.
https://docs.gradle.org/current/userguide/platforms.html#sub:type-unsafe-access-to-catalogOctavia Togami
03/02/2022, 5:33 PMbuildSrc/src/main/kotlin/DoSomethingWithVersions.kt
would not be oneHadi Lashkari Ghouchani
03/02/2022, 6:11 PMOctavia Togami
03/02/2022, 6:20 PMVampire
03/02/2022, 11:19 PMI think the hack-around only works for precompiled script pluginsI think it should work alike in a normal Kotlin file, as long as you have access to the
project
to get the LibrariesForLibs
extension or supply it in.Hadi Lashkari Ghouchani
03/03/2022, 2:47 PM