How to use kapt from command line (with kotlinc)?

Viewed 1448

Official documentation instructs how to use kapt from Gradle and Maven. But how can I use kapt from command line, with kotlinc?

1 Answers
Related