-
# Repro:
`git clone https://github.com/jaredsburrows/android-gif-example`
`cd android-gif-example`
`gradlew dependencyUpdates`
```
dependencies {
// Kotlin
implementation(platform(libs.ko…
-
Sentry Issue: [WOOCOMMERCE-ANDROID-XW](https://sentry.io/organizations/a8c/issues/1939862035/?referrer=github_integration)
```
IndexOutOfBoundsException: Inconsistency detected. Invalid item position…
-
Since updating from `2.38.1` to `2.41` i'm getting the following build error:
```
error: [Hilt]
class java.lang.NullPointerException: java.lang.NullPointerException
at dagger.hilt.android.sha…
-
Sentry Issue: [WOOCOMMERCE-ANDROID-2EQ](https://sentry.io/organizations/a8c/issues/2694107600/?referrer=github_integration)
```
IllegalStateException: Cannot call this method while RecyclerView is co…
-
I'm getting the below exception: Exception Annotation processor usages can only be changed, not added
Any idea why this would be triggered? Parallel gradle build?
**Plugin version**
1.0.0 RC2
…
-
-
## To Do
- gradle 설정
- setting fragment로 예시 작성
## e.t.c.
- DI(의존성 주입) 라이브러리 hilt, dagger, koin 중 hilt를 적용
-
Stacktrace:
`java.lang.NoClassDefFoundError: Failed resolution of: Landroidx/compose/foundation/lazy/GridCells$Fixed;
at com.vanpra.composematerialdialogs.datetime.date.DatePickerKt.DayOfWee…
-
I found "**This field leaks a context object**" whan I try to Inject Contecxt into ViewModel (Code Below)
How can this be safely done? There is many functions in Kotlin/Android that does need Context…
-
I am getting `SavedStateViewModelFactory constructed with empty constructor supports only calls to create(modelClass: Class, extras: CreationExtras)` errors when `createBiometricPrompt()` is called in…