rkeazor
09/04/2021, 11:17 AMabstract class BaseActivity(layouId: Int = 0) // Hilt complains that default value of 0 is not allowed
FunkyMuse
09/04/2021, 1:24 PMrkeazor
09/04/2021, 3:46 PMThe base class, 'com.example.android.dagger.registration.BaseActivity', of the @AndroidEntryPoint, 'com.example.android.dagger.login.LoginActivity', contains a constructor with default parameters. This is currently not supported by the Gradle plugin. Either specify the base class as described at <https://dagger.dev/hilt/gradle-setup#why-use-the-plugin> or remove the default value declaration.
[Hilt] Processing did not complete. See e
FunkyMuse
09/04/2021, 3:49 PMrkeazor
09/04/2021, 4:30 PM