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

Remove KSP from kotest-property extension #246

Closed serpro69 closed 1 month ago

serpro69 commented 1 month ago

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:

CLOVIS-AI commented 1 month ago

Sorry for finding a simpler way 😅 I too love removing code!