Add JvmDefault to recently added method for compiler extensions
This should fix AbstractMethodError when newer compiler is used with Compose plugin that haven't implemented recently added method #KT-37042 Fixed
This commit is contained in:
+1
@@ -60,6 +60,7 @@ interface CallResolutionInterceptorExtension {
|
||||
tracing: TracingStrategy
|
||||
): Collection<NewResolutionOldInference.MyCandidate> = candidates
|
||||
|
||||
@JvmDefault
|
||||
fun interceptCandidates(
|
||||
callResolutionResult: CallResolutionResult,
|
||||
context: BasicCallResolutionContext,
|
||||
|
||||
Reference in New Issue
Block a user