We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61fa2cb commit f533125Copy full SHA for f533125
buildSrc/build.gradle.kts
@@ -0,0 +1,11 @@
1
+plugins {
2
+ `kotlin-dsl`
3
+}
4
+
5
+repositories {
6
+ gradlePluginPortal()
7
8
9
+kotlinDslPluginOptions {
10
+ experimentalWarning.set(false)
11
buildSrc/src/main/kotlin/Projects.kt
@@ -0,0 +1,4 @@
+import org.gradle.api.Project
+fun Project.version(target: String): String =
+ property("${target}_version") as String
0 commit comments