This repository will contain a gradle plugin that performs the following for a project that uses avro4k:
- Code first: Generate avro schema files (*.asvc) from
@Serializabledata classes during build. - Schema first: Generate data classes with
@Serializableannotation from avro schema files (*.asvc).
The current implementation contains the first commits and is not yet ready for a release. Please be patient or support ;)