File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
66 // Must match the Kotlin version bundled with the IDE
77 // https://plugins.jetbrains.com/docs/intellij/using-kotlin.html#kotlin-standard-library
88 // https://plugins.jetbrains.com/docs/intellij/android-studio-releases-list.html
9- id(" org.jetbrains.kotlin.jvm" ) version " 2.1.0 "
9+ id(" org.jetbrains.kotlin.jvm" ) version " 2.2.20 "
1010
1111 // https://github.com/JetBrains/intellij-platform-gradle-plugin
1212 id(" org.jetbrains.intellij.platform" ) version " 2.10.5"
Original file line number Diff line number Diff line change 11# Android Studio Version
22# Get it from `list-studio-versions.sh`
3- ideVersion =2025.2.2.1
4-
3+ ideVersion =2025.3.1.1
54# Minimum Intellij PLatform version supported by this plugin
65# see https://plugins.jetbrains.com/docs/intellij/android-studio-releases-list.html
7- sinceBuild =252.25557.131
6+ sinceBuild =253.28294.334
87
98# The path to a local Android Studio installation.
109# This will enable the `runLocalIde` task.
You can’t perform that action at this time.
0 commit comments