Mikhail
07/03/2023, 3:26 AMjava-test-fixtures
to expose this internal object for test code only, but I can't find appropriate gradle configuration for multiplatform project.
I added custom sourceSet and custom compilation, but dependency from module B doesn't work.
Is it possible to use test fixtures in multiplatform project?Jeff Lockhart
07/03/2023, 3:34 AM@file:Suppress("INVISIBLE_REFERENCE", "INVISIBLE_MEMBER", "INVISIBLE_SETTER")
(or a subset of those) at the top of your test file.Mikhail
07/03/2023, 3:54 AM