Fixed
Status Update
Comments
ka...@gmail.com <ka...@gmail.com> #2
Partly, this is my fault -- val is not that useful in the @Model context, since @Model relies on mutability. I am used to thinking in terms of immutable viewstates and screwed this up.
However, it probably should not crash this way. Either it should work (with a never-changing value) or it should fail with a "are you *really* sure you want this here?" sort of error.
However, it probably should not crash this way. Either it should work (with a never-changing value) or it should fail with a "are you *really* sure you want this here?" sort of error.
le...@google.com <le...@google.com>
ap...@google.com <ap...@google.com> #3
I'd like to add that declaring `canProceed` as a `var` won't crash the app.
The extension function is avoidable by just having the `get()`-getter function inside the class itself. That also avoids the crash.
The extension function is avoidable by just having the `get()`-getter function inside the class itself. That also avoids the crash.
Description
object props {
lateinit var text: String
}
Stacktrace related as txt file
Jetpack Compose: 0.1.0-dev02
Android Studio Build: 4.0 Canary 1
Kotlin Gradle Plugin: 1.3.60-eap-25
Android Gradle Plugin: 4.0.0-alpha01
Gradle: 5.6.2
Java: 1.8
OS: Linux 5.3