-
-
Notifications
You must be signed in to change notification settings - Fork 962
Open
Labels
Description
Currently in Compose variant, styles are inconsistent with almost every files.
A viewmodel might be defined as vm, while some files might defined literally as viewModel
Some of the files are importing using star import (import *) while at the same time importing each every entities. Some code editor by default enforce changing star import to individual import like as seen on:
...
And there might be more inconsistencies not listed in this issue.
userse31