1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 16:28:12 -07:00

Not used.

This commit is contained in:
Cedric Beust 2015-12-05 22:55:30 -08:00
parent e51316896b
commit 89b7b774fe

View file

@ -34,8 +34,6 @@ class KotlinPlugin @Inject constructor(
companion object {
const val PLUGIN_NAME = "Kotlin"
const val TASK_COMPILE: String = "compile"
const val TASK_COMPILE_TEST: String = "compileTest"
}
override val name = PLUGIN_NAME