Kapt: Implement 'kapt' command-line tool (KT-24998, KT-24997)

This commit is contained in:
Yan Zhulanow
2018-10-22 21:25:59 +03:00
parent 2e56feed73
commit 6e5eb0fdd4
15 changed files with 560 additions and 61 deletions
@@ -24,6 +24,9 @@ interface AbstractCliOption {
val description: String
val required: Boolean
val allowMultipleOccurrences: Boolean
val deprecatedName: String?
get() = null
}
class CliOption(