@EventGroup interface HistoryEventsBus { fun sortItemClick():Int } 错误: ModularEventBus::Compiler An exception is encountered, [invalid type parameter: int] 返回类型换成 String,` List<Int>`不会错误
@eventgroup
interface HistoryEventsBus {
fun sortItemClick():Int
}
错误: ModularEventBus::Compiler An exception is encountered, [invalid type parameter: int]
返回类型换成 String,
List<Int>不会错误