hey folks :wave: I’d like to know what’s the pref...
# multiplatform
n
hey folks 👋 I’d like to know what’s the preferred way to add resources to
androidTest
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:
Copy code
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?