Add comment in build.gradle.kts
A comment has been added to the build.gradle.kts file in the compiler/container directory. Specifically, the comment "test 2" was added following the dependency configuration block. This comment is presumably for testing or informational purposes.
diff --git a/compiler/container/build.gradle.kts b/compiler/container/build.gradle.kts
index 48e624a..c214d2e 100644
--- a/compiler/container/build.gradle.kts
+++ b/compiler/container/build.gradle.kts
@@ -17,7 +17,7 @@
testRuntimeOnly(intellijCore())
testRuntimeOnly(commonDependency("org.jetbrains.intellij.deps.fastutil:intellij-deps-fastutil"))
}
-
+//test 2
sourceSets {
"main" { projectDefault() }
"test" { projectDefault() }