InterfaceImplementor 不是抽象的,也不会覆盖抽象方法

问题描述

我创建了一个 Xamarin Android 绑定库,但出现此错误

javac error JAVAC0000:  error: InterfaceImplementor is not abstract and does not override abstract method interfaceMethod(String,Function1<? super CustomClass,Unit>)

对于这个接口方法

public void interfaceMethod(String string,kotlin.jvm.functions.Function1<? super CustomClass,kotlin.Unit> function1)

其他接口方法运行良好,如果我删除节点,我不会收到任何错误

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)