mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
tag version directive
This commit is contained in:
parent
264d5ff8b7
commit
607b8a001f
1 changed files with 1 additions and 0 deletions
|
@ -149,6 +149,7 @@ class KotlinConfig(val project: Project) {
|
||||||
fun args(vararg options: String) = args.addAll(options)
|
fun args(vararg options: String) = args.addAll(options)
|
||||||
|
|
||||||
/** The version of the Kotlin compiler */
|
/** The version of the Kotlin compiler */
|
||||||
|
@Directive
|
||||||
var version: String? = null
|
var version: String? = null
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue