net.twisterrob.inventory icon indicating copy to clipboard operation
net.twisterrob.inventory copied to clipboard

Hide "warning: The following options were not recognized by any processor"

Open TWiStErRob opened this issue 2 years ago • 1 comments

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

TWiStErRob avatar Jul 27 '23 15:07 TWiStErRob

Let's wait until K2 to do this. Maybe KAPT3 fixes this.

TWiStErRob avatar Aug 25 '23 15:08 TWiStErRob