Minor: add description to key

Original commit: b1b0da5228
This commit is contained in:
Alexey Tsvetkov
2015-11-20 21:00:35 +03:00
parent 8839938183
commit d72b17fe7a
@@ -72,8 +72,7 @@ import java.util.*
public class KotlinBuilder : ModuleLevelBuilder(BuilderCategory.SOURCE_PROCESSOR) {
companion object {
// TODO add description to string
private val TARGETS_WITH_CLEARED_CACHES = Key<Set<ModuleBuildTarget>>("")
private val TARGETS_WITH_CLEARED_CACHES = Key<Set<ModuleBuildTarget>>("Targets with cleared Kotlin caches")
public val KOTLIN_BUILDER_NAME: String = "Kotlin Builder"
public val LOOKUP_TRACKER: JpsElementChildRoleBase<JpsSimpleElement<out LookupTracker>> = JpsElementChildRoleBase.create("lookup tracker")