Skip to content

Commit

Permalink
Suppress unused
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-yevsyukov committed Nov 19, 2024
1 parent e1c831c commit a1c1cbf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ val Project.generatedSourceProtoDir: Path
* IDEA should only see the sources generated by ProtoData as
* we define in [GenerateProtoTask.excludeProtocOutput].
*/
@Suppress("unused")
fun Project.configureIdea() {

fun filterSources(sources: Set<File>, excludeDir: File): Set<File> =
Expand Down

0 comments on commit a1c1cbf

Please sign in to comment.