Oleg Yukhnevich
07/07/2023, 10:43 AMandroid
target is not needed in the main
compilation, and so no need to publish it, but should be only in test
Jeff Lockhart
07/07/2023, 4:02 PM@file:Suppress("INVISIBLE_REFERENCE", "INVISIBLE_MEMBER", "INVISIBLE_SETTER")
. If you want to run your common tests, you could symlink the source set directory to the Android module tests. IntelliJ doesn't like shared source set roots, but symlinking works around this as it's a different path.Oleg Yukhnevich
07/07/2023, 4:43 PMOleg Yukhnevich
07/07/2023, 4:44 PMJeff Lockhart
07/07/2023, 5:07 PM