summaryrefslogtreecommitdiff
path: root/buildSrc/src/main/kotlin/Libs.kt
AgeCommit message (Collapse)Author
2021-05-07build: Access version catalog from buildSrcFabian Mastenbroek
This change adds a workaround to the build configuration so that we can access the version catalog from pre-compiled scripts in buildSrc. In this way, we can use the version catalog everywhere. This workaround is necessary until https://github.com/gradle/gradle/issues/15383 is fixed.