File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,12 +23,10 @@ kotlin {
2323
2424repositories {
2525 mavenCentral()
26- google()
27- maven(" https://maven.pkg.jetbrains.space/public/p/compose/dev" )
28-
2926 intellijPlatform {
3027 defaultRepositories()
3128 }
29+ google()
3230}
3331
3432dependencies {
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ pluginSinceBuild = 251
1212
1313# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-extension.html
1414platformType = IC
15- platformVersion = 2025.1.5
15+ platformVersion = 2025.2.1
1616
1717# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
1818# Example: platformBundledPlugins = com.intellij.java
19- platformBundledPlugins = com.intellij.java
19+ platformBundledPlugins =
2020# Example: platformPlugins = com.jetbrains.php:203.4449.22
2121platformPlugins =
2222
You can’t perform that action at this time.
0 commit comments