Skip to content
Snippets Groups Projects
Commit 3b7835fb authored by Alexey Tsvetkov's avatar Alexey Tsvetkov
Browse files

Merge compose.desktop.application plugin with compose plugin

This change removes `org.jetbrains.compose.desktop.application` plugin id
in favor of doing everything in `org.jetbrains.compose`.
The change simplifies configuring Compose Desktop projects.
Now, just one plugin dependency is needed.

To avoid task name conflicts with common task names such as `package` and `run`,
the plugin creates tasks lazily only if `application` block/property is used in a script.
parent b0f038d8
No related branches found
No related tags found
No related merge requests found
Showing
with 80 additions and 109 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment