Does anyone know a random source code generator fo...
# arrow-contributors
i
Does anyone know a random source code generator for Kotlin?
Ideally it spits out code with a specified pattern
r
You could use KotlinPoet to generate the code and put in the randomness yourself https://github.com/square/kotlinpoet
i
Thank you @Ryan Benasutti. I think I have an idea what I can do instead