spierce7
03/26/2020, 4:45 AMmultiplatform
plugin seems to get confused by Android flavor source sets with expect / actual.
i.e. I have an expected declaration inside of src/commonMain
, and then for Android I have actual declarations inside of src/internal
and src/production
(the folders for Android Flavors). I’m seeing the following error:
Actual object <class name> has no corresponding `expected` declaration.
Redeclaration <class name>
Does anyone know of a solution? The error is only in the IDE. The app compiles fine.Gunslingor
03/26/2020, 5:31 AM