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

tag version directive

This commit is contained in:
Juan Liska 2017-02-15 06:06:54 -06:00
parent 264d5ff8b7
commit 607b8a001f

View file

@ -149,6 +149,7 @@ class KotlinConfig(val project: Project) {
fun args(vararg options: String) = args.addAll(options)
/** The version of the Kotlin compiler */
@Directive
var version: String? = null
}