Join Slack
Powered by
What would be the alternative to TypeName.get() of...
# squarelibraries
a
ashishkrishnan
06/08/2018, 10:47 AM
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
3
Views
Open in Slack
Previous
Next