lightsaber icon indicating copy to clipboard operation
lightsaber copied to clipboard

@ ProvidedBy on enum class leads to crash

Open satween opened this issue 3 years ago • 0 comments

Example code

@Contract
interface AppContract

class AppContractConfiguration : ContractConfiguration<AppContract>()

@ProvidedBy(AppContractConfiguration::class)
enum class Dependency @Inject constructor()

satween avatar Aug 11 '22 13:08 satween