Yeah, it is. The long version would be `id("org.je...
# gradle
b
Yeah, it is. The long version would be
id("org.jetbrains.kotlin.jvm") version embeddedKotlinVersion
which is exactly what
kotlin("jvm")
gives you
👍 3