From 136ef978234cb316cc447894103591ab2aae6c46 Mon Sep 17 00:00:00 2001 From: Jaycee Li <102714969+jaycee-li@users.noreply.github.com> Date: Thu, 16 Apr 2026 14:17:14 -0700 Subject: [PATCH] feat: initialize settings.gradle.kts and include test-server-sdk-kotlin project --- settings.gradle.kts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 settings.gradle.kts diff --git a/settings.gradle.kts b/settings.gradle.kts new file mode 100644 index 0000000..562f612 --- /dev/null +++ b/settings.gradle.kts @@ -0,0 +1,18 @@ +/* + * Copyright 2026 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +include("test-server-sdk-kotlin") +project(":test-server-sdk-kotlin").projectDir = file("sdks/kotlin")