diff --git a/settings.gradle.kts b/settings.gradle.kts deleted file mode 100644 index 5e5c8e9c67..0000000000 --- a/settings.gradle.kts +++ /dev/null @@ -1,6 +0,0 @@ -// This file is only necessary so cdxgen doesn't fail the build -rootProject.name = "core-crypto" -// Include the sub-project by its directory path -include(":core-crypto-kotlin") -// Specify the location of the sub-project -project(":core-crypto-kotlin").projectDir = file("crypto-ffi/bindings")