KaustubhPatange / compose-color

A plugin for Intellij based IDEs to draw rectangle on the editor's gutter denoting the color represented by androidx.compose.ui.graphics.Color.
Apache License 2.0
14 stars 3 forks source link

Support IntelliJ Idea 2022.1 #6

Open ovitrif opened 2 years ago

ovitrif commented 2 years ago

Not supported currently and because of that, users can't install the plugin from:

IntelliJ Idea 2022.1 → Preferences → Plugins.

Screenshot 2022-04-22 at 15 09 43

.

KaustubhPatange commented 2 years ago

Can you create a PR for this change I'm happy to merge it? I think you have to change pluginUntilBuild from gradle.properties file, that is my guess.

ovitrif commented 2 years ago

Can you create a PR for this change I'm happy to merge it? I think you have to change pluginUntilBuild from gradle.properties file, that is my guess.

@KaustubhPatange I tried but there are a couple of errors that apparently are because the code is using APIs that are no longer supported. I'm not 💯 sure though, will investigate a bit more!