georgi
11/16/2022, 10:01 PMcommonMain
module when I use as val parser = DOMParser()
with this error ReferenceError: DOMParser is not defined
. I've checked the docs and it looks like DOMParser should be part of kotlin-stdlib which should automatically be included in Kotlin Multiplatform projects.
What am I missing? Thanks in advance 🙇georgi
11/16/2022, 10:05 PMgeorgi
11/16/2022, 10:08 PMBig Chungus
11/16/2022, 10:17 PMBig Chungus
11/16/2022, 10:17 PMgeorgi
11/16/2022, 10:24 PMgeorgi
11/16/2022, 11:08 PMBig Chungus
11/17/2022, 1:17 AMgeorgi
11/17/2022, 9:33 PMgeorgi
11/23/2022, 1:22 PM