Skip to content

Commit

Permalink
More generic arguments 🤷‍♂️
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszkwiecinski committed Mar 1, 2024
1 parent 2b08554 commit d4eb351
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import org.gradle.api.tasks.TaskProvider
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
import org.jetbrains.kotlin.gradle.tasks.KotlinJvmCompile

internal fun CommonExtension<*, *, *, *, *>.configureAndroidPlugin(rootConfig: RootConfigExtension) {
internal fun CommonExtension<*, *, *, *, *, *>.configureAndroidPlugin(rootConfig: RootConfigExtension) {
defaultConfig.apply {
compileSdk = rootConfig.android.compileSdkVersion
minSdk = rootConfig.android.minSdkVersion
Expand Down

0 comments on commit d4eb351

Please sign in to comment.