-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Jetpack Compose compilation unit to the project (#257)
* Use Gradle 7.1 for instrumentation libraries * Add empty Compose module & conditional selection of AGP version If 'junit5.includeCompose' property is present in either the Gradle command line or local.properties file, enable the compose project and use AGP 7.0. Otherwise, use the oldest supported plugin instead * Configure conditional deployment of modules * Add first rudimentary bridge between Jetpack Compose and JUnit 5 Update compileSdk to 30 along the way, too * Update plugin build scripts - Update compileSdkVersion to String parameter in test projects - Update Android Gradle Plugin declaration to function * Combined instrumentation/compose config for CI, Attempt #1 * Use AGP 4.2 as minimum plugin version for instrumentation libs No need to go as low as 4.0 for those, and also it doesn't work with Gradle 7, which is required for working with the Compose stuff * Simplify invocation of ComposeTestRule statement without multithreading On the same token, allow resolving ComposeExtension via parameters * Acknowledge api dependencies in POM distribution * Compose 1.0.5 * Kotlin 1.5.31 * Prepare 1.0.0 SNAPSHOT of Compose artifact * Add KDoc to public Compose methods/classes
- Loading branch information
1 parent
080159b
commit 3305fc3
Showing
20 changed files
with
602 additions
and
46 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
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
56 changes: 56 additions & 0 deletions
56
instrumentation/.idea/runConfigurations/Compose__Run_Instrumentation_Tests.xml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.