Currently, when enabling the generate{variant}Report property, the reports are copied into the ./src/androidMain/assets/ directory.
It would be beneficial to be able to set the path (or optimally, an array of paths) in which the reports are copied into. This would be especially useful for Compose-Multiplatform projects, as in those projects the main source code lies in the ./src/commonMain/ directory.
Currently, when enabling the
generate{variant}Reportproperty, the reports are copied into the./src/androidMain/assets/directory.It would be beneficial to be able to set the path (or optimally, an array of paths) in which the reports are copied into. This would be especially useful for Compose-Multiplatform projects, as in those projects the main source code lies in the
./src/commonMain/directory.