plugins { `kotlin-dsl` } repositories.jcenter() dependencies { implementation(kotlin("compiler-embeddable")) }