I can’t find anything in the documentation of Kotl...
# squarelibraries
m
I can’t find anything in the documentation of KotlinPoet. If I have a
ClassName
that is i.e.
String
can I somehow use it to create
String::class.java
? The best I found is
("%L::class.java", className.canonicalName)
but I’d like to use a simple name that will be in the import list.