cleanup

expect fun cleanup()
actual fun cleanup()

Clean function with sample

Return

Unit

Samples


fun main() { 
   //sampleStart 
   val x = "jvm"
println(x) 
   //sampleEnd
}
actual fun cleanup()
actual fun cleanup()