kotlin-stdlib / kotlin.native / deinitRuntimeIfNeeded deinitRuntimeIfNeeded Native 1.3 fun deinitRuntimeIfNeeded() Deprecated: Deinit runtime can not be called from Kotlin Deinitializes Kotlin runtime for the current thread, if was inited. Cannot be called from Kotlin frames holding references, thus deprecated.