We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e9f9a5 commit 1f7403bCopy full SHA for 1f7403b
sample-include-build/included/settings.gradle.kts
@@ -21,7 +21,7 @@ plugins {
21
}
22
23
refreshVersions {
24
-// versionsPropertiesFile = rootDir.parentFile.resolve("versions.properties")
+ versionsPropertiesFile = rootDir.parentFile.resolve("versions.properties")
25
featureFlags {
26
enable(LIBS)
27
disable(GRADLE_UPDATES)
sample-include-build/included/versions.properties
sample-include-build/versions.properties
@@ -78,6 +78,7 @@ version.kotest=4.1.3
78
79
# TODO: investigate why included build needs THIS? on linux
80
plugin.org.jetbrains.kotlin.jvm=version.kotlin
81
+
82
version.kotlin=1.4.32
83
## # available=1.5.0-M1
84
## # available=1.5.0-M2
0 commit comments