From 4c74fa1d1dd8c1ae9f9dd6136dae8e95db5b7e21 Mon Sep 17 00:00:00 2001 From: Dmitriy Novozhilov Date: Tue, 9 Jan 2024 15:43:16 +0200 Subject: [PATCH] [Build] Exclude native tests of atomicfu from the JPS compilation `AtomicfuNativeTestGenerated` test depends on classes from Native modules, which are not present in the JPS build. Which means that this class should be excluded from the compilation, so "Build project" wouldn't fail on it --- .../buildsrc-compat/src/main/kotlin/jps.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/repo/gradle-build-conventions/buildsrc-compat/src/main/kotlin/jps.gradle.kts b/repo/gradle-build-conventions/buildsrc-compat/src/main/kotlin/jps.gradle.kts index a40b13cfb51..c9237c953cf 100644 --- a/repo/gradle-build-conventions/buildsrc-compat/src/main/kotlin/jps.gradle.kts +++ b/repo/gradle-build-conventions/buildsrc-compat/src/main/kotlin/jps.gradle.kts @@ -69,6 +69,7 @@ fun updateCompilerXml() { "libraries/tools/kotlin-gradle-plugin-idea-proto", "repo/gradle-settings-conventions", "plugins/fir-plugin-prototype/plugin-annotations", + "plugins/atomicfu/atomicfu-compiler/test/org/jetbrains/kotlin/konan/test/blackbox", ) val d = '$'