synchronized
Deprecated
Warning since 1.6
Synchronization on any object is not supported in Kotlin/JS
Replace with
run(block)
Content copied to clipboard
Warning since 1.6
Synchronization on any object is not supported in Kotlin/JS
run(block)
Thanks for your feedback!