Skip to content

Commit

Permalink
Fix plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
BraisGabin committed Nov 13, 2023
1 parent 0d2e3c1 commit e942e37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ private fun Project.apply() {
}

pluginManager.withPlugin("com.google.devtools.ksp") {
dependencies.add("ksp", "schwarz.it.lightsaber:lightsaber:$lightsaberVersion")
dependencies.add("ksp", "io.github.schwarzit:lightsaber:$lightsaberVersion")
extensions.configure(KspExtension::class.java) {
it.arg("Lightsaber.CheckEmptyComponent", extension.emptyComponent.toProcessor().get().toString())
it.arg("Lightsaber.CheckUnusedBindInstance", extension.unusedBindInstance.toProcessor().get().toString())
Expand Down

0 comments on commit e942e37

Please sign in to comment.