Hi there - I trying to start project with build.gr...
# gradle
m
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