Switch to plugins section in scripting build files after rebasing

This commit is contained in:
Ilya Chernikov
2018-03-27 09:26:40 +02:00
parent ae2af238fa
commit 29797ec264
10 changed files with 15 additions and 12 deletions
@@ -1,7 +1,9 @@
description = "Kotlin Scripting Compiler Plugin"
apply { plugin("kotlin") }
plugins {
kotlin("jvm")
}
dependencies {
compileOnly(project(":compiler:frontend"))