In the readme of kotlin poet there is written: ```...
# squarelibraries
p
In the readme of kotlin poet there is written:
Copy code
val helloClass = ClassName("com.example.hello", "Hello")
val worldFunction: MemberName = helloClass.member("world")
However; there is no function called
member