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 7797283 commit fc7d075Copy full SHA for fc7d075
spi/build.gradle
@@ -49,6 +49,7 @@ configurations.all {
49
resolutionStrategy {
50
force "org.jetbrains.kotlin:kotlin-stdlib:${kotlin_version}"
51
force "org.jetbrains.kotlin:kotlin-stdlib-common:${kotlin_version}"
52
+ force 'org.yaml:snakeyaml:1.32'
53
}
54
55
0 commit comments