We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa96b34 commit d8b4d6eCopy full SHA for d8b4d6e
build.gradle.kts
@@ -33,7 +33,7 @@ dependencies {
33
).onEach {
34
implementation(it) {
35
version {
36
- strictly("[1.4,1.7)")
+ strictly("[1.5,1.7)")
37
prefer("1.6.21")
38
}
39
@@ -82,8 +82,10 @@ dependencies {
82
83
84
val dependencyVersions = listOf(
85
- "org.jetbrains.kotlin:kotlin-stdlib:1.7.0",
86
"org.jetbrains.kotlin:kotlin-stdlib-common:1.7.0",
+ "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.0",
87
+ "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.0",
88
+ "org.jetbrains.kotlin:kotlin-test:1.7.0",
89
"org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.2",
90
"org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.2",
91
"org.jetbrains.kotlinx:kotlinx-coroutines-debug:1.6.2",
0 commit comments