My Js & Android multi platform module contain ...
# multiplatform
n
My Js & Android multi platform module contain a commonMain source with
import java.util.concurrent.CopyOnWriteArrayList
and the compiler does not complain about it. It's working on an Android app using that module. Isn't that surprising? I am guessing if I make a web page using it it would just crash then?