Join Slack
Powered by
is there a way to generate the following as of Kot...
# squarelibraries
p
pniederw
05/24/2017, 2:01 AM
is there a way to generate the following as of KotlinPoet 0.2?
class Foo(x: Int): Bar(x)
not sure how to do the
Bar(x)
part (didn’t find anything in docs or tests)
Open in Slack
Previous
Next