Create new kotlin-tooling-core module
This commit is contained in:
committed by
Space
parent
872bda01e0
commit
fe45214d23
@@ -45,6 +45,7 @@ val kotlinGradlePluginAndItsRequired = arrayOf(
|
||||
":kotlin-gradle-plugin",
|
||||
":kotlin-gradle-plugin-model",
|
||||
":kotlin-tooling-metadata",
|
||||
":kotlin-tooling-core",
|
||||
":kotlin-reflect",
|
||||
":kotlin-annotation-processing-gradle",
|
||||
":kotlin-test",
|
||||
@@ -284,4 +285,4 @@ fun Task.useAndroidSdk() {
|
||||
|
||||
fun Task.useAndroidJar() {
|
||||
TaskUtils.useAndroidJar(this)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user