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 ceb2536 commit f68d874Copy full SHA for f68d874
settings.gradle
@@ -5,7 +5,7 @@ pluginManagement {
5
id 'org.jetbrains.kotlin.multiplatform' version kotlinVersion apply false
6
id 'org.jetbrains.kotlin.js' version kotlinVersion apply false
7
id 'org.jetbrains.kotlin.plugin.serialization' version kotlinVersion apply false
8
- id 'com.avast.gradle.docker-compose' version "0.16.8" apply false
+ id 'com.avast.gradle.docker-compose' version "0.16.9" apply false
9
id 'io.gitlab.arturbosch.detekt' version "1.21.0" apply false
10
id 'com.apollographql.apollo3' version "3.5.0" apply false
11
id 'com.diffplug.spotless' version '6.10.0' apply false
0 commit comments