James
07/07/2023, 5:08 PMversionOf
function available in all build.gradle.kts
files across my project?
Hello, is there a way I can makeJoffrey
07/07/2023, 5:08 PMJames
07/07/2023, 5:09 PMJames
07/07/2023, 5:09 PMJoffrey
07/07/2023, 5:09 PMJoffrey
07/07/2023, 5:11 PMbuildSrc
, and put the function there. It will be automatically available everywhere in your build. In general, having something that goes on the classpath of all build files is not that desirable, so for more complex things you might want to consider putting convention plugins in separate included buildsJoffrey
07/07/2023, 5:12 PM