File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -331,7 +331,16 @@ dependencies {
331331 implementation " androidx.core:core-splashscreen:${ cordovaConfig.ANDROIDX_CORE_SPLASHSCREEN_VERSION} "
332332
333333 if (cordovaConfig. IS_GRADLE_PLUGIN_KOTLIN_ENABLED ) {
334- implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:${ cordovaConfig.KOTLIN_VERSION} "
334+ implementation " org.jetbrains.kotlin:kotlin-stdlib:${ cordovaConfig.KOTLIN_VERSION} "
335+ }
336+
337+ constraints {
338+ implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk7:${ cordovaConfig.KOTLIN_VERSION} " ) {
339+ because(" kotlin-stdlib-jdk7 is now a part of kotlin-stdlib" )
340+ }
341+ implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8:${ cordovaConfig.KOTLIN_VERSION} " ) {
342+ because(" kotlin-stdlib-jdk8 is now a part of kotlin-stdlib" )
343+ }
335344 }
336345
337346 // SUB-PROJECT DEPENDENCIES START
You can’t perform that action at this time.
0 commit comments