File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ dependencies {
33
33
).onEach {
34
34
implementation(it) {
35
35
version {
36
- strictly(" [1.4 ,1.7)" )
36
+ strictly(" [1.5 ,1.7)" )
37
37
prefer(" 1.6.21" )
38
38
}
39
39
}
@@ -82,8 +82,12 @@ dependencies {
82
82
}
83
83
84
84
val dependencyVersions = listOf (
85
+ " org.jetbrains.kotlin:kotlin-reflect:1.7.0" ,
85
86
" org.jetbrains.kotlin:kotlin-stdlib:1.7.0" ,
86
87
" org.jetbrains.kotlin:kotlin-stdlib-common:1.7.0" ,
88
+ " org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.0" ,
89
+ " org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.0" ,
90
+ " org.jetbrains.kotlin:kotlin-test:1.7.0" ,
87
91
" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.2" ,
88
92
" org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.2" ,
89
93
" org.jetbrains.kotlinx:kotlinx-coroutines-debug:1.6.2" ,
You can’t perform that action at this time.
0 commit comments