net.twisterrob.inventory
net.twisterrob.inventory copied to clipboard
Hide "warning: The following options were not recognized by any processor"
Workaround is to generate this file in each module so that Dagger and Hilt are activated:
// Workaround for https://youtrack.jetbrains.com/issue/KT-46940.
@dagger.Module
@dagger.hilt.InstallIn(dagger.hilt.components.SingletonComponent::class)
object SatisfyKaptByUsingDaggerAndHilt
Let's wait until K2 to do this. Maybe KAPT3 fixes this.