-
Notifications
You must be signed in to change notification settings - Fork 275
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Kotlin DSL extension function for configuring proto source direct…
…ory set in Android builds (#433) This change adds the missing Kotlin DSL extension for configuring the `proto` SourceDirectorySet in Android build. The exiting extension has the receiver type of SourceSet while it should be AndroidSourceSet in Android builds. This caused method not found error when using the `proto` function in Android builds. This change add a compileOnly dependency on android build tools. An integration test covering Android build with Kotlin DSL is included.
- Loading branch information
Showing
26 changed files
with
837 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.