Skip to content

Binding @Spreads #206

@mcassiano

Description

@mcassiano

Should we be able to do something like:

interface Component {
  fun a(): A
}

@Spread
abstract fun bindComponent(component: Component): Component

And then local scope would be able so directly see A. Right now we fail because of a dependency cycle.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions