Hey, how are we supposed to share the same `kotlin...
# gradle
s
Hey, how are we supposed to share the same
kotlinVersion
between the new
plugin { }
block and the
dependencies { }
one? (I made quick tries with
by extra
but could not make it works)
Since kotlin dep versions are automatically set, it allows me to avoid duplication with a clean and simple syntax
👍 1
s
nice..in my case , i have to put my kotlin/kotlinx version in jar and the same plugins has to access from buildSrc.