Bradleycorn
04/02/2021, 7:53 PMnavigation
project ... But when I run tests according to the guide (I've made zero changes. Just cloned the repo, open the project build, run tests), they fail...
cd navigation
# Run device side and host side tests
./gradlew test connectedCheck
.....
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':navigation:navigation-safe-args-gradle-plugin:test'.
> There were failing tests.
Am I doing something wrong?Ian Lake
04/02/2021, 10:36 PMBradleycorn
04/02/2021, 10:38 PMIan Lake
04/02/2021, 10:42 PMparseValue
method with type.enumConstants.firstOrNull
, but yes, that general approach seems reasonable to meBradleycorn
04/02/2021, 10:47 PM