KotlinEventBus cannot determine type of normal lambdas
thedarkcolour opened this issue ยท 1 comments
object ExampleMod {
init {
thedarkcolour.kotlinforforge.forge.MOD_BUS.addListener<FMLCommonSetupEvent> { e ->
// the KotlinEventBus cannot determine the type of this lambda
}
}
}