https://kotlinlang.org logo
#gradle
Title
m

mp

12/07/2017, 8:37 AM
Hi there - I trying to start project with build.gradle.kts and have question: is it possible to define
val koltinVersion = "1.2.0"
globally and use in
plugins {}
or
dependencies {}
blocks?! I see that its possible to define val and use it in tasks but not in plugins,dependencies etc. as I understand this thing is related to the gradle feature itself - but not to kotling-dsl