From 0be56023634e03cf05cfb900b62588cb3642146b Mon Sep 17 00:00:00 2001 From: Nikita Bobko Date: Mon, 24 May 2021 16:28:44 +0200 Subject: [PATCH] Move ':plugins:lombok:lombok-ide-plugin' module under 'attachedIntellijVersion' the flag --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 7e71be0fc59..18491d8a7e0 100644 --- a/settings.gradle +++ b/settings.gradle @@ -292,7 +292,6 @@ include ":plugins:parcelize:parcelize-compiler", ":kotlin-parcelize-compiler" include ":plugins:lombok:lombok-compiler-plugin", - ":plugins:lombok:lombok-ide-plugin", ":kotlin-lombok" include ":prepare:ide-plugin-dependencies:android-extensions-compiler-plugin-for-ide", @@ -398,6 +397,7 @@ if (buildProperties.getOrNull("attachedIntellijVersion") != null) { ":plugins:android-extensions-ide", // TODO will this module be removed with other IDE modules? ":prepare:ide-lazy-resolver", // TODO will this module be removed with other IDE modules? ":prepare:idea-plugin", // TODO will this module be removed with other IDE modules? + ":plugins:lombok:lombok-ide-plugin", ":plugins:kapt3-idea" project(':idea:idea-android-output-parser').projectDir = "$rootDir/idea/idea-android/idea-android-output-parser" as File