Skip to content

Commit

Permalink
Include androidMain dir for tracking the public API surface
Browse files Browse the repository at this point in the history
  • Loading branch information
saket committed Dec 23, 2024
1 parent 20835f4 commit aeae4b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class AndroidLibraryPublishingConventionPlugin : Plugin<Project> {
extensions.configure<MetalavaExtension> {
filename.set("api/api.txt")
enforceCheck.set(true)
sourcePaths.setFrom("src/main", "src/commonMain") // Exclude tests.
sourcePaths.setFrom("src/main", "src/commonMain", "src/androidMain") // Exclude tests.
}
}
}

0 comments on commit aeae4b1

Please sign in to comment.