Fixed
Status Update
Comments
pa...@google.com <pa...@google.com> #2
Just for context: ViewModel has a final package-private method named clear. That method is unrelated to any method defined in another package in a subclass called clear
. Have we accidentally messed that up. We would not be the first ones to do so. In fact any sub class of ViewModel that has a clear
method will not work on Dalvik:
Description
Fromhttps://blog.jetbrains.com/kotlin/2020/07/kotlin-1-4-rc-released/ :
The only reason we declare $kotlin_version is to setup the stdlib, but now it's time to remove the stblib from the manual dependencies.