Join Slack
Powered by
``` class SomeFun : () -> Unit, Serializable { ...
# android
t
treelzebub
09/23/2016, 11:52 PM
Copy code
class SomeFun : () -> Unit, Serializable { override fun invoke() { //do something } }
tried to pass this in a Bundle and, predictably, it exploded 😆
Open in Slack
Previous
Next