Update shadow plugin to 7.1.2

^KTI-728 Fixed
This commit is contained in:
Nikolay Krasko
2022-02-21 15:04:58 +03:00
committed by teamcity
parent 40482229bd
commit a2cef5c930
9 changed files with 20 additions and 48 deletions
@@ -34,7 +34,7 @@ buildscript {
}
dependencies {
classpath 'gradle.plugin.com.github.johnrengelman:shadow:7.1.1'
classpath 'gradle.plugin.com.github.johnrengelman:shadow:7.1.2'
classpath "org.jetbrains.kotlin:kotlin-native-shared:$konanVersion"
}
}