whetstone
whetstone copied to clipboard
Whetstone is a dependency injection framework for Android that greatly simplifies working with Dagger 2 using all the powers of Anvil
Anvil has now its own first party `@SingleIn` annotation: https://github.com/square/anvil/pull/725. It would probably be a good idea to eventually remove Whetstone's annotation and switch to Anvil one, to reduce redundancy...
Now, when dagger2 supports KSP whetstone plugin shouldn't force kapt on the user. This is not that important since we still need to wait for anvil to support KSP, but...
Currently whetstone always includes fragment dependency. If used in 100% Compose apps, this dependency is unnecessary and generates unnecessary bloat inside our apps. It would be nice if all fragment-related...
We want to support building across multiple targets. E.g old KT 1.6, current 1.7, and even unstable EAPs, to allow us expand the range of support for new releases and...
Support android library modules that use the new [KMP plugin](https://developer.android.com/kotlin/multiplatform/plugin)
Bumps [rexml](https://github.com/ruby/rexml) from 3.4.1 to 3.4.2. Release notes Sourced from rexml's releases. REXML 3.4.2 - 2025-08-26 Improvement Improved performance. GH-244 GH-245 GH-246 GH-249 GH-256 Patch by NAITOH Jun Raise appropriate...
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`....
Lint warnings should be set as error Lint warnings should fail pr Lint warnings should be fixed