Skip to content

Commit

Permalink
[setting]: Fix PR Builder
Browse files Browse the repository at this point in the history
  • Loading branch information
kez-lab committed Dec 28, 2023
1 parent c2fb175 commit e62026d
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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<AndroidKotlinPlugin>()
apply<KotlinSerializationPlugin>()
Expand Down

0 comments on commit e62026d

Please sign in to comment.