Skip to content

avro-kotlin/avro4k-gradle-plugin

Repository files navigation

Avro4k Gradle Plugin

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 @Serializable data classes during build.
  • Schema first: Generate data classes with @Serializable annotation from avro schema files (*.asvc).

Current Implementation

The current implementation contains the first commits and is not yet ready for a release. Please be patient or support ;)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages