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
|
tracing: TracingStrategy
|
||||||
): Collection<NewResolutionOldInference.MyCandidate> = candidates
|
): Collection<NewResolutionOldInference.MyCandidate> = candidates
|
||||||
|
|
||||||
|
@JvmDefault
|
||||||
fun interceptCandidates(
|
fun interceptCandidates(
|
||||||
callResolutionResult: CallResolutionResult,
|
callResolutionResult: CallResolutionResult,
|
||||||
context: BasicCallResolutionContext,
|
context: BasicCallResolutionContext,
|
||||||
|
|||||||
Reference in New Issue
Block a user