我已经创建了一个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)
其他接口方法工作得很好,如果我删除节点,我不会得到任何错误。
暂无答案!
目前还没有任何答案,快来回答吧!