Switch to plugins section in scripting build files after rebasing
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
|
||||
description = "Kotlin Scripting Compiler Plugin"
|
||||
|
||||
apply { plugin("kotlin") }
|
||||
plugins {
|
||||
kotlin("jvm")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly(project(":compiler:frontend"))
|
||||
|
||||
Reference in New Issue
Block a user