I am creating a lib which just helps to ignore tes...
# multiplatform
j
I am creating a lib which just helps to ignore tests based on the platform. Problem is expect/actual are failing when I enable JS, as you can see, multiple source sets are being created in the
build/externals/*
and added, so I am getting multiple redeclarations, any way to fix it?
Looks like the problem is using
js(BOTH)
, with
js()
the problem is gone