diff --git a/.idea/.name b/.idea/.name new file mode 100644 index 0000000..475ed12 --- /dev/null +++ b/.idea/.name @@ -0,0 +1 @@ +IntelliJ Plugin with Compose \ No newline at end of file diff --git a/.idea/icon.png b/.idea/icon.png index c8fabc8..707a0b0 100644 Binary files a/.idea/icon.png and b/.idea/icon.png differ diff --git a/settings.gradle.kts b/settings.gradle.kts index 8170d8d..942d946 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,4 +1,4 @@ -rootProject.name = "IntelliJ Platform Plugin Template" +rootProject.name = "IntelliJ Plugin with Compose" plugins { id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"