Hey, all. Do I need kotlin-reflection to use java...
# getting-started
j
Hey, all. Do I need kotlin-reflection to use javaClass? I'm doing the following:
Copy code
GdxGameMain.assetManager.load("bg.png", javaClass<Texture>())
but I see "Unresolved reference: javaClass" DESPITE IMPORTING kotlin.jvm.javaClass.