Rohan H
Rohan H
I am having permissions issues while trying to run scan with CircleCI. Any help would be appreciated! ``` test: macos: xcode: "11.4" working_directory: /Users/distiller/project environment: FL_OUTPUT_DIR: output FASTLANE_LANE: test shell:...
Could we add a flag that only checks the head commit of the feature branch on PR? If I have a branch like this ``` TICKET-123 Do some work fix...
I don't see any documentation outside of the code for this, does it make sense to document this? I am actually happy to open a PR to do this, let...
For example, this works: ``` @Destination @Composable fun SomePage( someResult: SomeResult, ) { } @Parcelize data class SomeResult( val data: String, val xyz: Int, ) ``` But this does not...