@ConfigKt
FTCDashboard's @Config
, but for Kotlin
danger
Doesn't actually work yet l0l, haven't had the time to actually test it and work out the kinks.
Don't use it, it won't do anything.
Usage examples:
@file:ConfigKt
// package & imports
var MAX_HEIGHT = // ...
var MIN_HEIGHT = // ...
// ...
@ConfigKt
object LiftConfig {
var MAX_HEIGHT = // ...
var MIN_HEIGHT = // ...
}
// ...