Hi,
I’m using Libgdx and robovm. I want to change this below code to Kotlin, Please give me a hand.
public static void main(String[] argv) {
NSAutoreleasePool pool = new NSAutoreleasePool();
UIApplication.main(argv, null, IOSLauncher.class);
pool.close();
}