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.
else
1 parent bab02b1 commit 15488acCopy full SHA for 15488ac
settings.gradle.kts
@@ -31,6 +31,8 @@ val localAwsCrtKotlin = file("../aws-crt-kotlin")
31
if (localAwsCrtKotlin.exists()) {
32
println("Including aws-crt-kotlin as a composite build")
33
includeBuild(localAwsCrtKotlin)
34
+} else {
35
+ println("Could not find aws-crt-kotlin in a sibling directory, not including it")
36
}
37
38
rootProject.name = "smithy-kotlin"
0 commit comments