You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently using KotlinPoet and Classgraph to generate a Kotlin DSL on top of playwright-java. This works fine, but the bytecode does not contain any parameter names.
It would be great if the parameter names could be generated during compilation. This is as easy as adding a single property
I am currently using KotlinPoet and Classgraph to generate a Kotlin DSL on top of playwright-java. This works fine, but the bytecode does not contain any parameter names.
It would be great if the parameter names could be generated during compilation. This is as easy as adding a single property
https://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html#parameters
or and additional argument to the maven-compiler-plugin
As far as I am aware, this would have no drawbacks (except maybe adding a few bytes to the resulting byte code).
The text was updated successfully, but these errors were encountered: