Skip to content

Commit

Permalink
Upgrade generated BUILD_GRADLE_KTS to 1.8.20
Browse files Browse the repository at this point in the history
  • Loading branch information
pgreze committed Feb 6, 2024
1 parent a3efa6c commit 54abe79
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions app/src/main/kotlin/com/github/pgreze/aidea/app/OpenMainKts.kt
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,6 @@ fun File.generateMainKtsProject(): File =
}

private const val BUILD_GRADLE_KTS = """plugins {
kotlin("jvm") version "1.7.10"
}
repositories {
mavenCentral { content { includeGroupByRegex("org.jetbrains(|.kotlin)") } }
}
dependencies {
implementation(kotlin("stdlib-jdk8"))
kotlin("jvm") version "1.8.20"
}
"""

0 comments on commit 54abe79

Please sign in to comment.