Slackbot
03/07/2022, 2:46 PMAndrey Mishchenko
03/07/2022, 2:56 PMJavi
03/07/2022, 3:02 PMbuildSrc
, I am adding the plugins as dependencies in buildSrc/build.gradle.kts
, so they are added to the classpath, then later, in a normal project, I try to do alias(libs.plugins.whatever)
and it doesn't work.
I would expect this to work in 7.4Javi
03/07/2022, 3:04 PM[libraries]
, because so, you can define aliases for your plugins inside included builds that are not generating accessors (not buildSrc
).
@melix when you created this feature what was the reason to force the version?Louis Jacomet
03/07/2022, 3:40 PM