Interesting... this crashes on Android but not on ...
# android
u
Interesting... this crashes on Android but not on the JVM:
Copy code
class Foo : Serializable {
    val bar by lazy { "bar" }
}
ObjectOutputStream(System.out).writeObject(Foo())
😄 1