What would be the alternative to TypeName.get() of...
# squarelibraries
a
What would be the alternative to TypeName.get() of JavaPoet in KotlinPoet?
Copy code
val name: String = // ... //
PropertySpec
        .builder(name,  ??? )
type would be a classtype which is also generated & TypeName.get() is marked as
internal