mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
KTIJ-29792 Update latest KGP version to 2.0.20-dev-2651
^KTIJ-29792 Fixed Merge-request: IJ-MR-133018 Merged-by: Aleksei Cherepanov <aleksei.cherepanov@jetbrains.com> GitOrigin-RevId: d30cf2002eeeb435e93a41897f4c583b73787a58
This commit is contained in:
committed by
intellij-monorepo-bot
parent
40f5ed306f
commit
6920302df3
@@ -17,7 +17,7 @@ object KotlinNativeVersion {
|
||||
/** This field is automatically setup from project-module-updater.
|
||||
* See [org.jetbrains.tools.model.updater.updateKGPVersionForKotlinNativeTests]
|
||||
*/
|
||||
private const val kotlinGradlePluginVersion: String = "2.0.20-dev-942"
|
||||
private const val kotlinGradlePluginVersion: String = "2.0.20-dev-2651"
|
||||
|
||||
/** Return bootstrap version or version from properties file of specified Kotlin Gradle Plugin.
|
||||
* Make sure localMaven has kotlin-gradle-plugin with required version for cooperative development environment.
|
||||
|
||||
@@ -6,7 +6,7 @@ import org.jetbrains.kotlin.tooling.core.KotlinToolingVersion
|
||||
object KotlinGradlePluginVersions {
|
||||
val V_1_7_21 = KotlinToolingVersion(1, 7, 21, null)
|
||||
val V_1_8_22 = KotlinToolingVersion(1, 8, 22, null)
|
||||
val latest = KotlinToolingVersion("2.0.20-dev-942")
|
||||
val latest = KotlinToolingVersion("2.0.20-dev-2651")
|
||||
val latestBootstrap = KotlinToolingVersion("1.9.20-dev-6845")
|
||||
val latestStable = V_1_8_22
|
||||
}
|
||||
|
||||
@@ -161,4 +161,5 @@ Kotlin/Native: iAd
|
||||
Kotlin/Native: iconv
|
||||
Kotlin/Native: objc
|
||||
Kotlin/Native: posix
|
||||
Kotlin/Native: zlib
|
||||
Kotlin/Native: zlib
|
||||
Kotlin/Native: Matter
|
||||
@@ -9,4 +9,4 @@ jpsPluginArtifactsMode=MAVEN
|
||||
# Kotlin Importing Tests will use this version as 'latest master'
|
||||
# Native Analyzer Tests will use this Kotlin Gradle Plugin version to infer the corresponding Kotlin/Native version bundled
|
||||
# within this Kotlin Gradle Plugin
|
||||
kotlinGradlePluginVersion=2.0.20-dev-942
|
||||
kotlinGradlePluginVersion=2.0.20-dev-2651
|
||||
|
||||
Reference in New Issue
Block a user