`compile(kotlin("stdlib", "1.2.0"))` won't help, y...
# gradle
c
compile(kotlin("stdlib", "1.2.0"))
won't help, you'll have to specify it for all stdlib variants if you want to do it like that.
gradle.properties
is easier, IMO.
g
Yes, I know, I just wrote how you can specify version in general for
kotlin()
helper