serpro69 / kotlin-faker

Port of a popular ruby faker gem written in kotlin. Generate realistically looking fake data such as names, addresses, banking details, and many more, that can be used for testing and data anonymization purposes.
https://serpro69.github.io/kotlin-faker/
MIT License
468 stars 41 forks source link

Switch from Orchid to XXX #166

Open serpro69 opened 1 year ago

serpro69 commented 1 year ago

Orchid was fun to work with, but even though it works fine for the most part, it has been unmaintained for quite awhile (last commit on 2021-08-08).

The bigger problem is that it was using jcenter to host artifacts and never moved to maven central or any other repo (see https://github.com/orchidhq/Orchid/issues/393 ), hence a move to another documentation framework is more of a "must" than a "should".

A few options to consider: