Build: Move kotlinxCollectionsImmutable helper to dependencies.kt

This commit is contained in:
Vyacheslav Gerasimov
2021-12-02 01:32:50 +03:00
committed by teamcity
parent 269366d8c3
commit 0727981ae6
2 changed files with 2 additions and 2 deletions
+2
View File
@@ -260,6 +260,8 @@ val Project.protobufRepo: String
fun Project.protobufLite(): String = "org.jetbrains.kotlin:protobuf-lite:$protobufVersion"
fun Project.protobufFull(): String = "org.jetbrains.kotlin:protobuf-relocated:$protobufVersion"
fun Project.kotlinxCollectionsImmutable() =
"org.jetbrains.kotlinx:kotlinx-collections-immutable-jvm:${rootProject.extra["versions.kotlinx-collections-immutable"]}"
val Project.kotlinNativeVersion: String get() = property("versions.kotlin-native") as String
@@ -84,8 +84,6 @@ fun Project.jpsStandalone() = "kotlin.build:jps-standalone:${rootProject.extra["
fun Project.jpsBuildTest() = "com.jetbrains.intellij.idea:jps-build-test:${rootProject.extra["versions.intellijSdk"]}"
fun Project.kotlinxCollectionsImmutable() = "org.jetbrains.kotlinx:kotlinx-collections-immutable-jvm:${rootProject.extra["versions.kotlinx-collections-immutable"]}"
/**
* Runtime version of annotations that are already in Kotlin stdlib (historically Kotlin has older version of this one).
*