gradle / build-tool-roadmap

Gradle Build Tool roadmap
https://roadmap.gradle.org/
41 stars 6 forks source link

Strongly typed additional data for Problems API consumers #100

Open donat opened 2 weeks ago

donat commented 2 weeks ago

The Problems API allows reporters to attach additional information to reports with a custom type. However, the same types are not available for consumers. Producers should be able to supply an instance of T and have it be recreated on the client side (just like in the case of tooling models, including intermediate models).