arrow-kt / arrow-meta

Functional companion to Kotlin's Compiler
https://meta.arrow-kt.io
Apache License 2.0
393 stars 42 forks source link

Maven support for Arrow Analysis plugins #1022

Open DanielChesters opened 2 years ago

DanielChesters commented 2 years ago

Is your feature request related to a problem? Please describe. Today, I still see a lot of Java project (or hybrid Java/Kotlin project) to use Maven for building and migrate to Gradle could not be a solution in some cases (company policy, incompatible build process, time missing, other priorities, etc.).

Describe the solution you'd like Add Maven support for the Arrow Analysis plugins or specific version for Maven.

serras commented 2 years ago

@DanielChesters I have to admit I've never used Maven. Is there a simple example project I could use to test? Or a simple way to create a Maven project with a few dependencies.