Nikolay Kasyanov
04/15/2021, 11:41 AMandroidTest
source set in a multiplatform module (with Android and Native being the targets)?
I have src/androidTest/resources
directory with some JSON files inside, but I’m getting this in IDEA:
project ':my-module': Source directory '/full/path/to/src/androidTest/resources/fixtures/file.json is not a directory
Also this appears to make all my source set dirs not marked as source directories in IDEA, breaking code editing/highlighting.
As soon as I remove the resources
dir, both issues go away.
Is it something not really supported?