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.
Removes a dependency on KSP (and a bunch of code with that), as suggested by @CLOVIS on kotlinlang slack and makes things much simpler both from code perspective and usability perspective.
I did like playing around with KSP, but I like removing code even more :grin:
Removes a dependency on KSP (and a bunch of code with that), as suggested by
@CLOVIS
on kotlinlang slack and makes things much simpler both from code perspective and usability perspective.I did like playing around with KSP, but I like removing code even more :grin: