Skip to content

Commit

Permalink
Make single function interfaces functional
Browse files Browse the repository at this point in the history
  • Loading branch information
iselo committed Aug 20, 2023
1 parent b881028 commit f063549
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class GradleBuild private constructor() {
}
}

interface ConfigurationHandler {
fun interface ConfigurationHandler {
fun use(plugin: Plugin<Project>): ConfigurationHandler
}
}

0 comments on commit f063549

Please sign in to comment.