Renaming is probably not the best idea as then existing builds would no longer find the plugin and break.
➕ 1
👆 1
Vampire
02/18/2024, 9:39 PM
You could e. g. update the description to tell to use a different plugin and also release a new version that outputs a warning that a different plugin id should be used now or something similar.
You could of course also release under both IDs, but that might confuse more than it helps.
j
James
02/18/2024, 9:41 PM
Updating the description sounds good! And also outputting a warning would be a good idea. Do you know if it is possible to show warnings in editors like IDEA?
👌 1
v
Vampire
02/18/2024, 9:42 PM
For the plugin itself probably not.
For the types you use to configure you could probably add deprecation annotation and IntelliJ will show it, at least for Kotlin DSL.