Skip to content

Commit

Permalink
Nix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Dec 5, 2023
1 parent 1f2bb52 commit b7206dc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@ object ProvidesMethodFactoryCodeGen : AnvilApplicabilityChecker {

val packageName = moduleClass.packageName.safePackageString()
val className = buildString {
// TODO is this right? What's relativeClassName
append(moduleClass.generateClassName().simpleNames.joinToString("_"))
append('_')
if (isCompanionObject) {
Expand Down

0 comments on commit b7206dc

Please sign in to comment.