Update version of kotlinx-collections-immutable in dependencies
This commit is contained in:
@@ -175,6 +175,7 @@ extra["versions.markdown"] = "0.1.25"
|
|||||||
extra["versions.trove4j"] = "1.0.20181211"
|
extra["versions.trove4j"] = "1.0.20181211"
|
||||||
extra["versions.completion-ranking-kotlin"] = "0.1.2"
|
extra["versions.completion-ranking-kotlin"] = "0.1.2"
|
||||||
extra["versions.r8"] = "1.5.70"
|
extra["versions.r8"] = "1.5.70"
|
||||||
|
extra["versions.kotlinx-collections-immutable"] = "0.3.1"
|
||||||
|
|
||||||
// NOTE: please, also change KTOR_NAME in pathUtil.kt and all versions in corresponding jar names in daemon tests.
|
// NOTE: please, also change KTOR_NAME in pathUtil.kt and all versions in corresponding jar names in daemon tests.
|
||||||
extra["versions.ktor-network"] = "1.0.1"
|
extra["versions.ktor-network"] = "1.0.1"
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ dependencies {
|
|||||||
compile(project(":compiler:fir:cones"))
|
compile(project(":compiler:fir:cones"))
|
||||||
compile(project(":compiler:fir:tree"))
|
compile(project(":compiler:fir:tree"))
|
||||||
compile(project(":compiler:frontend"))
|
compile(project(":compiler:frontend"))
|
||||||
compile("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.2")
|
compile("org.jetbrains.kotlinx:kotlinx-collections-immutable-jvm:${property("versions.kotlinx-collections-immutable")}")
|
||||||
|
|
||||||
compileOnly(project(":kotlin-reflect-api"))
|
compileOnly(project(":kotlin-reflect-api"))
|
||||||
compileOnly(intellijCoreDep()) { includeJars("intellij-core", "guava", rootProject = rootProject) }
|
compileOnly(intellijCoreDep()) { includeJars("intellij-core", "guava", rootProject = rootProject) }
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ dependencies {
|
|||||||
|
|
||||||
testImplementation(project(":kotlin-test:kotlin-test-junit"))
|
testImplementation(project(":kotlin-test:kotlin-test-junit"))
|
||||||
testImplementation(commonDep("junit:junit"))
|
testImplementation(commonDep("junit:junit"))
|
||||||
implementation("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.2")
|
implementation("org.jetbrains.kotlinx:kotlinx-collections-immutable-jvm:${property("versions.kotlinx-collections-immutable")}")
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
|
|||||||
@@ -145,7 +145,7 @@ dependencies {
|
|||||||
embedded(protobufFull())
|
embedded(protobufFull())
|
||||||
embedded(kotlinBuiltins())
|
embedded(kotlinBuiltins())
|
||||||
|
|
||||||
libraries(commonDep("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.2"))
|
libraries(commonDep("org.jetbrains.kotlinx:kotlinx-collections-immutable-jvm:${property("versions.kotlinx-collections-immutable")}"))
|
||||||
libraries(commonDep("javax.inject"))
|
libraries(commonDep("javax.inject"))
|
||||||
libraries(commonDep("org.jetbrains.kotlinx", "kotlinx-coroutines-jdk8"))
|
libraries(commonDep("org.jetbrains.kotlinx", "kotlinx-coroutines-jdk8"))
|
||||||
libraries(commonDep("org.jetbrains", "markdown"))
|
libraries(commonDep("org.jetbrains", "markdown"))
|
||||||
|
|||||||
Reference in New Issue
Block a user