Patryk Jakubik
Patryk Jakubik
You are injecting modifier - Row(modifier), and then you call Modifier.width(8.dp), Modifier.padding(8.dp) etc... instead of modifier.width(8.dp), modifier.padding(8.dp) etc. Is it a typo, or it was intentional? If so, what's the...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the problem By adding wear to the project you could cover all...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is there a StackOverflow question about this issue? - [X] I have searched...
factory { DataRepositoryImpl() } does not include a Gson parameter that you defined in the DataRepositoryImpl class. Simply adding a default constructor should solve the problem. Otherwise, you will get...