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