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
Currently the plugin always only checks the main source set classes for @Serializable data classes. This should be changed so that the user can configure the following:
The source sets to scan. Can be multiple sources.
A regex include filter that is matches against @Serializable class names from the configured sources. For each match, a schema will be generated. If the include filter is not configured it should be a "match all" filter.
The text was updated successfully, but these errors were encountered:
Currently the plugin always only checks the main source set classes for
@Serializable
data classes. This should be changed so that the user can configure the following:@Serializable
class names from the configured sources. For each match, a schema will be generated. If the include filter is not configured it should be a "match all" filter.The text was updated successfully, but these errors were encountered: