Stability of Kotlin Components
Particularly I'm interested in more details about what "Alpha" means:
Alpha means "use at your own risk, expect migration issues":
We decided to productize this idea, but it hasn't reached the final shape yet.
I get the 2nd part "expect migration issues" in that there may be binary and api backwards compatibility issues that need to be addressed when updating to a new version of kotlin.
What I don't get is the 1st part, "use at your own risk".
What does that mean?
Should I expect random crashes or bug?
Should I use "Alpha" in a production app?