wlxyhy
Results
3
comments of
wlxyhy
apply plugin: 'kotlin-android' apply plugin: 'kotlin-kapt' compileOnly 'javax.activation:javax.activation-api:1.2.0' 添加上面这些,然后把annotationProcessor改为kapt,倒是能编译过了,但是添加controller之后又出错了: IllegalArgumentException: couldn't make a guess for com.x.XControllerAdapter
the same problem, doesn't work even if you don't use popup, android9.0
Android Studio2.3.1