Metro 0.10.0: contributesAsInject is now enabled by default.
This commit is contained in:
parent
1d2115f16e
commit
635d94ec72
1 changed files with 0 additions and 3 deletions
|
|
@ -31,9 +31,6 @@ fun Project.setupDependencyInjection(
|
||||||
// Apply Metro plugin and configure it
|
// Apply Metro plugin and configure it
|
||||||
applyPluginIfNeeded(libs.plugins.metro)
|
applyPluginIfNeeded(libs.plugins.metro)
|
||||||
|
|
||||||
val metroExtension = extensions.getByName("metro") as MetroPluginExtension
|
|
||||||
metroExtension.contributesAsInject.value(true)
|
|
||||||
|
|
||||||
if (generateNodeFactories) {
|
if (generateNodeFactories) {
|
||||||
applyPluginIfNeeded(libs.plugins.ksp)
|
applyPluginIfNeeded(libs.plugins.ksp)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue