Skip to content

Commit 0068c27

Browse files
committed
Update repositories and IntelliJ platform version
1 parent 57859dc commit 0068c27

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,10 @@ kotlin {
2323

2424
repositories {
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

3432
dependencies {

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
1414
platformType = 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
2121
platformPlugins =
2222

0 commit comments

Comments
 (0)