Slackbot
05/16/2022, 12:41 PMMartin
05/16/2022, 12:44 PMMartin
05/16/2022, 12:45 PMMartin
05/16/2022, 12:45 PMbuildscript {
dependencies {
// pull the included build here
classpath("com.example:build-logic")
}
}Marco Romano
05/16/2022, 12:46 PMbuildSrc because I found out it was a simple way to make it available to the main build as well.Martin
05/16/2022, 12:47 PMMarco Romano
05/16/2022, 12:47 PMMartin
05/16/2022, 12:47 PMMartin
05/16/2022, 12:48 PMMarco Romano
05/16/2022, 3:04 PMpluginManagement.plugins block.
It works indeed but I can’t access the version catalog from within this block, is this a known limitation or am I doing something wrong?