Skip to content

Commit

Permalink
Add kotlin inject compiler for shared module.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaskioko committed Jan 7, 2025
1 parent d7515c8 commit a86f975
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ kotlin {

android { namespace = "com.thomaskioko.tvmaniac.shared" }

addKspDependencyForAllTargets(libs.kotlinInject.compiler)
addKspDependencyForAllTargets(libs.kotlinInject.anvil.compiler)

kotlin.sourceSets.all { languageSettings.optIn("kotlin.experimental.ExperimentalObjCName") }
Expand Down

0 comments on commit a86f975

Please sign in to comment.