Is there a gradle task I can use to just generate ...
# kvision
r
Is there a gradle task I can use to just generate the kvision rpc classes?
r
compiler plugin is applied with
compileKotlinMetadata
task
👍 1
r
Copy code
tasks.create("generateKvisionSource").dependsOn("compileKotlinMetadata")
Might be nice in the kvision plugin! 🙂