Propagate 'CompilerConfiguration' to frontend checkers

This commit is contained in:
Mikhael Bogdanov
2017-01-17 10:52:41 +01:00
parent 9b1c258cdf
commit 7a27a9d51f
16 changed files with 74 additions and 29 deletions
@@ -18,4 +18,8 @@ package org.jetbrains.kotlin.utils;
interface DescriptionAware {
val description: String
object NoVersion : DescriptionAware {
override val description = ""
}
}