I’m currently trying to understand how I can use the clean architecture in kotlin.
https://github.com/ESchouten/CleanArchitecture using this as a reference. Currently I’m trying to wrap my head around how the schema generation is being done but I don't understand a thing about it. Are there concepts / patterns that I should learn first to know how these kinds of generators work?