code_inspection_qodana/qodana_playground/settings.gradle.kts (4 lines of code) (raw):

// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. rootProject.name = "qodana_playground" plugins { id("org.gradle.toolchains.foojay-resolver-convention").version("1.0.0") }