Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kibettheophilus committed Sep 17, 2024
1 parent b80dfd6 commit 3cd4e59
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ abstract class ModuleWriter(
protected fun writeEmptyLine() = writeln("")
private lateinit var definitionFactory : DefinitionWriterFactory

private val modulePath =
if (hasEmptyPackage()) module.name else "${module.packageName}.${module.name}"
private val modulePath = if (hasEmptyPackage()) module.name else "${module.packageName}.${module.name}"
private val generatedField = "${module.packageName("_")}_${module.name}"

//TODO Remove isComposeViewModelActive with Koin 4
Expand Down

0 comments on commit 3cd4e59

Please sign in to comment.