what's the best way to convert Java code that make...
# announcements
k
what's the best way to convert Java code that makes an unchecked call to a method on a generic type? I'm getting a compiler error:
Error:(51, 29) Out-projected type 'EventHandler<*>' prohibits the use of 'public abstract fun onEvent(data: TData!): Unit defined in com.myapp.EventHandler'