melatonina
04/30/2020, 11:29 AM.also { println("**** Action! ****") } to the "hello world" plugin but I can't see the message printed on the console, when I use it. Where does it go? What do you use for "print debugging"?
namedFunction({ name == "helloWorld" }) { c ->
Transform.replace(
replacing = c,
newDeclaration =
"""|fun helloWorld(): Unit =
| println("Hello ΛRROW Meta!")
|""".function.syntheticScope
.also { println("**** Action! ****") }
)
}