Propagate 'CompilerConfiguration' to frontend checkers
This commit is contained in:
@@ -18,4 +18,8 @@ package org.jetbrains.kotlin.utils;
|
||||
|
||||
interface DescriptionAware {
|
||||
val description: String
|
||||
|
||||
object NoVersion : DescriptionAware {
|
||||
override val description = ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user