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 a5b1be0 commit cbdfb3fCopy full SHA for cbdfb3f
settings.gradle.kts
@@ -28,7 +28,7 @@ dependencyResolutionManagement {
28
29
// Set up aws-crt-kotlin as a composite build
30
val localAwsCrtKotlin = file("../aws-crt-kotlin")
31
-if(localAwsCrtKotlin.exists()) {
+if (localAwsCrtKotlin.exists()) {
32
println("Including aws-crt-kotlin as a composite build")
33
includeBuild(localAwsCrtKotlin)
34
}
0 commit comments