Add JvmDefaultWithCompatibility to some interfaces
This has no effect on behavior, but will fix a binary compatibility problem with Compose. #KT-54459 Fixed Co-authored-by: Alexander Likhachev <Alexander.Likhachev@jetbrains.com>
This commit is contained in:
+1
@@ -16,6 +16,7 @@
|
||||
|
||||
package org.jetbrains.kotlin.cli.common.messages
|
||||
|
||||
@JvmDefaultWithCompatibility
|
||||
interface MessageCollector {
|
||||
fun clear()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user