Skip to content

Commit

Permalink
Fix iOS build failed.
Browse files Browse the repository at this point in the history
  • Loading branch information
CookieySun committed Sep 17, 2023
1 parent 17830d3 commit 7499a09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class KmpAndroidHiltPlugin : Plugin<Project> {
}
kotlin {
sourceSets.getByName("androidMain") {
val kspConfiguration = configurations["ksp"]
val kspConfiguration = configurations["kspAndroid"]
kspConfiguration.dependencies.add(
libs.library("daggerHiltAndroidCompiler").let {
DefaultExternalModuleDependency(
Expand Down

0 comments on commit 7499a09

Please sign in to comment.