Skip to content

Commit

Permalink
Merge pull request #640 from extmkv/main
Browse files Browse the repository at this point in the history
Fixes #638
  • Loading branch information
raamcosta authored May 17, 2024
2 parents aafc96b + a8a5340 commit 585ef1f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ val moduleDestinationTemplate = FileTemplate(
),
sourceCode = """
${REQUIRE_OPT_IN_ANNOTATIONS_PLACEHOLDER}public data object $MODULE_DESTINATIONS_CLASS_NAME_PLACEHOLDER : ModuleDestinationsContainer {
override val destinations = listOf<DestinationSpec>(
public override val destinations = listOf<DestinationSpec>(
$MODULE_DESTINATIONS_PLACEHOLDER
)
$MODULE_EXTERNAL_DESTINATIONS_PLACEHOLDER
object Includes
public object Includes
}
""".trimIndent()
Expand Down

0 comments on commit 585ef1f

Please sign in to comment.