Compiler plugin for AST manipulation

It’s been a while since I’ve toyed with Kotlin compiler plugins. I just read about the Symbol Processing API, which is great for annotations and such. But it also implies AST manipulation is no longer a supported type of plugin. Or, am I misreading the docs?