Skip to content

Let the user know if they modify the builder after it was loaded #430

Open
@ileasile

Description

@ileasile

Now, imports added with such construction are not added to the library, and the user doesn't get any messages that they do something wrong:

override fun Builder.onLoaded() {
    onLoaded {
        import("...")
    }
}

We should warn the user if they do something like this

Metadata

Metadata

Assignees

No one assigned

    Labels

    problemSome user problem that is not really a bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions