Why hasn't a hilt option been added to the project wizard? It should create the Application class, create a basic empty Singleton module and most of all setup the 🗯️ gradle script file.
Why is it sometimes (using canary) when I hit the run button it doesn't actually build or if it does it doesn't deploy the new code?
c
Chris Sinco [G]
07/26/2024, 12:10 AM
Why hasn’t a hilt option been added to the project wizard?
It’s been considered but we’ve strived to keep our project templates simple for getting started. And not everyone uses Hilt for dependency injection. Or uses dependency injection to begin with.
Not sure, we would have to have a repro to really know. One thing we’ve seen is sometimes the deployment optimizations from Android 11+ can impact the build deployed, so you can opt-in into disabling that optimization
b
Bobby Hargett
07/26/2024, 12:15 AM
templates look good except they use kapt sad panda
Bobby Hargett
07/26/2024, 12:49 PM
It’s been considered but we’ve strived to keep our project templates simple for getting started. And not everyone uses Hilt for dependency injection. Or uses dependency injection to begin with.