ModularEventBus icon indicating copy to clipboard operation
ModularEventBus copied to clipboard

编译时错误

Open collinsmao opened this issue 2 years ago • 1 comments

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

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

collinsmao avatar Dec 11 '22 14:12 collinsmao

收到反馈

pengxurui avatar May 22 '23 06:05 pengxurui