Unable to inject @JvmInline value classes · Issue #2930 · google/dagger
Injecting a @JvmInline value class fails in the following manner: Code: @JvmInline value class Foo(val value: Int) @Module @InstallIn(SingletonComponent::class) object FooModule { @Provides fun pro...