From bec6d38490ef572cea3812a48b4e4529b00840fc Mon Sep 17 00:00:00 2001 From: Ilya Kirillov Date: Wed, 25 Oct 2023 14:56:14 +0200 Subject: [PATCH] [build] fix Fleet tests Fleet is using `:compiler:ir.objcinterop` which was removed in e91e1a7729428e40edef1cb93e4f25732e588bd8 from IDE dependency publishing --- build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle.kts b/build.gradle.kts index 1443982a65f..611ecf4f6b4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -124,6 +124,7 @@ val irCompilerModulesForIDE = arrayOf( ":compiler:ir.serialization.js", // used in IJ android plugin in `ComposeIrGenerationExtension` ":compiler:ir.backend.common", ":compiler:ir.interpreter", + ":compiler:ir.objcinterop", ).also { extra["irCompilerModulesForIDE"] = it } val commonCompilerModules = arrayOf(