Skip to content

Commit

Permalink
small clarification about keywordGenerator in :core
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolanrensen committed Oct 1, 2024
1 parent cab218c commit 62550ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@ plugins {
alias(serialization)
alias(jupyter.api)
alias(korro)
alias(keywordGenerator)
alias(kover)
alias(ktlint)
alias(docProcessor)
alias(simpleGit)
alias(buildconfig)

// generates keywords using the :generator module
alias(keywordGenerator)

// dependence on our own plugin
alias(dataframe)

Expand Down

0 comments on commit 62550ba

Please sign in to comment.