[AA, tests] Limit scopes of test libraries to their roots, add JDK_HOME

Without the fix, all libraries share the global scope for all project
libraries. JDK_HOME was used implicitly for things such as providing
Record support, but was not included as a test library/sdk.

KT-59637
This commit is contained in:
Pavel Kirpichenkov
2023-06-26 13:20:51 +03:00
committed by Space Team
parent 5b8b3644fc
commit 630c8e9df6
5 changed files with 71 additions and 13 deletions
@@ -1,4 +1,6 @@
// FIR_IDENTICAL
// IGNORE_REVERSED_RESOLVE
// IGNORE_DIAGNOSTIC_API
// !DIAGNOSTICS: -UNUSED_ANONYMOUS_PARAMETER
// !LANGUAGE: +MultiPlatformProjects