pengxurui / ModularEventBus

一个 Android 事件总线框架,为你解决事件总线 “滥用” 问题

Home Page:https://juejin.cn/post/7137602073188630535

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

编译时错误

collinsmao opened this issue · comments

@eventgroup
interface HistoryEventsBus {
fun sortItemClick():Int
}

错误: ModularEventBus::Compiler An exception is encountered, [invalid type parameter: int]
返回类型换成 String, List<Int>不会错误

收到反馈