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
473 stars 44 forks source link

Remove KSP from kotest-property extension #246

Closed serpro69 closed 3 months ago

serpro69 commented 3 months 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 3 months ago

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