Saiedmomen
01/25/2019, 5:35 PMJob
But I get this runtime exception
java.lang.IllegalArgumentException: proxied interface methods have incompatible >return types:
public abstract boolean kotlinx.coroutines.Job.cancel()
public abstract void kotlinx.coroutines.Job.cancel()
at java.lang.reflect.Proxy.validateReturnTypes(Proxy.java:328)
oleksiyp
01/26/2019, 6:19 AMSaiedmomen
01/26/2019, 10:06 AMoleksiyp
01/26/2019, 10:07 AMSaiedmomen
01/26/2019, 4:49 PM