Join Slack
Powered by
Hey, all. Do I need kotlin-reflection to use java...
# getting-started
j
jo
01/04/2017, 5:47 AM
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.
Open in Slack
Previous
Next