diff --git a/build-logic/convention/src/main/kotlin/com/hmh/hamyeonham/plugin/CommonConfigs.kt b/build-logic/convention/src/main/kotlin/com/hmh/hamyeonham/plugin/CommonConfigs.kt index e353c0e01..b99786f33 100644 --- a/build-logic/convention/src/main/kotlin/com/hmh/hamyeonham/plugin/CommonConfigs.kt +++ b/build-logic/convention/src/main/kotlin/com/hmh/hamyeonham/plugin/CommonConfigs.kt @@ -9,9 +9,6 @@ import org.gradle.kotlin.dsl.getByType import java.util.Properties internal fun Project.configureAndroidCommonPlugin() { - val properties = Properties().apply { - load(rootProject.file("local.properties").inputStream()) - } apply() apply()