From f968560d8b195127d68f956e60a065548f768662 Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Fri, 13 Oct 2023 19:58:56 +0800 Subject: [PATCH] refactor: rearrange code --- .../flexilocale/plugin/helper/LocaleAnalysisHelper.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/flexilocal-gradle-plugin/src/main/kotlin/com/highcapable/flexilocale/plugin/helper/LocaleAnalysisHelper.kt b/flexilocal-gradle-plugin/src/main/kotlin/com/highcapable/flexilocale/plugin/helper/LocaleAnalysisHelper.kt index 60fc250..9b06e98 100644 --- a/flexilocal-gradle-plugin/src/main/kotlin/com/highcapable/flexilocale/plugin/helper/LocaleAnalysisHelper.kt +++ b/flexilocal-gradle-plugin/src/main/kotlin/com/highcapable/flexilocale/plugin/helper/LocaleAnalysisHelper.kt @@ -139,7 +139,6 @@ internal object LocaleAnalysisHelper { extension.applicationVariants.forEach { variant -> variant.updateResDirectories() }; extension.updateSourceDirs() - extension.sourceSets.configureEach { kotlin.srcDir(configs.generateDirPath) } } } project.plugins.withId(LIBRARY_PLUGIN_NAME) {