Skip to content

@ProvidedAs/@Provided by on inner class leads to crash #12

@satween

Description

@satween

Example code :

@Contract
interface AppContract

class AppContractConfiguration : ContractConfiguration<AppContract>()

interface SomeValidInterface
class Outer {
  @ProvidedAs(SomeValidInterface::class)
  @ProvidedBy(AppContractConfiguration::class)
  inner class Dependency @Inject constructor() : SomeValidInterface
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions