File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ dependencies {
8080 }
8181 }
8282 }
83- implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21 " )
83+ implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.0 " )
8484
8585 implementation(" com.squareup.moshi:moshi:1.13.0" )
8686 ksp(" com.squareup.moshi:moshi-kotlin-codegen:1.13.0" )
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ val dependencyVersions = listOf(
2121 " org.jetbrains.kotlin:kotlin-stdlib:1.7.0" ,
2222 " org.jetbrains.kotlin:kotlin-stdlib-common:1.6.21" ,
2323 " org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.21" ,
24- " org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21 "
24+ " org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.0 "
2525)
2626
2727val dependencyGroupVersions = mapOf<String , String >(
You can’t perform that action at this time.
0 commit comments