Skip to content

Commit

Permalink
Remove common dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
CookieySun committed Sep 16, 2023
1 parent 18895e3 commit 17830d3
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package io.github.droidkaigi.confsched2023.primitive
import org.gradle.api.Plugin
import org.gradle.api.Project
import org.gradle.api.internal.artifacts.dependencies.DefaultExternalModuleDependency
import org.gradle.kotlin.dsl.dependencies
import org.gradle.kotlin.dsl.get

@Suppress("unused")
Expand Down Expand Up @@ -33,12 +32,6 @@ class KmpAndroidHiltPlugin : Plugin<Project> {
}
}
}

dependencies {
(listOf("CommonMainMetadata", "Android")).forEach {
add("ksp$it", libs.library("daggerHiltAndroid"))
}
}
}
}
}

0 comments on commit 17830d3

Please sign in to comment.