You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 3, 2025. It is now read-only.
Alternatively an infix + operator could be used as syntactic hook if the UX is considerably improved:
classPluginBlock { // same as above plus// Provides a syntactic hook for content-assistoperatorfun PluginId.unaryPlus(): PluginId=this
}
plugins {
+application
}