in kotlin dsl you can just use `kotlin("jvm") vers...
# announcements
m
in kotlin dsl you can just use
kotlin("jvm") version "1.4.0"
for the plugin or
kotlin("jvm", "1.4.0")
for the dependency afaik