Java dependent Kotlin, run for iOS

I was having a Java code for android application. I want to use same code for iOS also, after reading the flexibility about Kotlin multiplatform, thought to give a try with new cross platform solution.
I converted the Java code to Kotlin, and copied in shared component in the KMP project. it ran perfectly for Android. But ran with multiple error of iOS,
As the shared code have JAVA util,time,net and security packages dependency. So this code didn’t work for iOS.
My question is can we run Java packages dependent kotlin code for iOS?

No. iOS does not support Java.