Zachary Sweigart
Zachary Sweigart
Is there a plan to add support for 3.4?
Hi @RyanNewsom Thanks for this feedback. Currently the SDK is showing a webview and our web implementation does not allow us to continue partway through the flow, except in the...
@JvmName Thanks for the report. We'll take a look into it.
This also happens when I have the view in a view pager and I swipe between pages on a moto z
@sergei-lapin I set ``` hilt { enableAggregatingTask = false } ``` and it worked! But I'm not sure on the performance implications this may have since the tasks aren't isolating...
@emartynov Have you removed all uses of `kapt` from your other modules? I ran into a similar issue by mixing napt + kapt. @sergei-lapin I am now running into a...
Ok found the pattern: `ModuleA` depends on `ModuleB` 1. Make a change in `MyProfileActivity` in Module B 2. `ModuleB/build/generated/ap_generated_sources/internalDebug/out/hilt_aggregated_deps/_com_example_app_MyProfileActivity_GeneratedInjector.java` gets deleted and the build fails 3. Build a second time...
Hi @osikes Thanks for the report. In your top level `build.gradle` file inside the `android` directory would you be able to check that `jcenter()` is listed as a repository. In...
It's the name of your app-level module. If you used the default project setup it will be `./gradlew :app:dependencies | grep sdk-core` and you will want to run this from...
Hi @Crizzooo Have you been able to validate if our sample app works for you? One thing it could be if there is an issue with production builds but not...