icerockdev / moko-mvvm

Model-View-ViewModel architecture components for mobile (android & ios) Kotlin Multiplatform development
https://moko.icerock.dev/
Apache License 2.0
997 stars 95 forks source link

Delete unnecessary properties from MvvmFragment in mvvm-viewbinding #96

Closed Tetraquark closed 3 years ago

Tetraquark commented 3 years ago

There are two unnecessary property in MvvmFragment class of mvvm-viewbinding module: layoutId and viewModelVariableId. Need to delete them.