Skip to content

Binding @Spreads #206

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
    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