-
Hello.
I am trying to setup MapLibre for my android app. Without jcenter I get the following errors
```
Execution failed for task ':app:mergeDebugNativeLibs'.
> Could not resolve all files for…
-
Maverics `mavericksViewModel()` has a wrong assertion that `LocalContext.current` can be cast to `ComponentActivity`. If we add `@AndroidEntryPoint` to fragment `LocalContext.current` will point to `C…
-
the documentation clarifies that : https://dagger.dev/hilt/android-entry-point.html
but my question is regarding viewmodels when a fragment needs to be annotated with EntryPoint to access to ViewMode…
-
First of all: with 2.39.1 project compiles and run fine.
After updating Dagger to 2.40 the project stopped building and gives an error:
```
* What went wrong:
Execution failed for task ':app:hiltJ…
-
Hello guys, I have had a massive headache figuring out how to fix a very annoying 'Unresolved reference' compilation error in my android project.
Luckily I have finally figured it out and I was wond…
-
Version: `4.2.5`
Hit an issue with `ChannelViewModel`:
```
Caused by: kotlin.UninitializedPropertyAccessException: lateinit property instance has not been initialized
at io.getstr…
-
dependies
implementation "androidx.hilt:hilt-navigation-compose:1.0.0-alpha03"
implementation 'com.google.dagger:hilt-android:2.38.1'
kapt 'com.google.dagger:hilt-android-compiler:2.3…
-
When trying to apply hilt gradle plugin in project using AGP 7.0.x following error is thrown
> Failed to apply plugin 'dagger.hilt.android.plugin'.
> Extension of type 'AndroidComponentsExtensi…
-
When a class is annotated with `@AndroidEntryPoint` annotation the generated class doesn't have `@Suppress` annotation the original class has.
## Steps to reproduce:
- Create an android entry po…
-
```
app.gradle
plugins {
id 'com.android.application'
id 'kotlin-android'
id 'kotlin-kapt'
id 'dagger.hilt.android.plugin'
id 'androidx.navigation.safeargs.kotlin'
…