igor.wojda
09/15/2022, 8:58 AMorg.jetbrains.kotlin:kotlin-compiler to parse Kotlin files.
I wonder is this lib intended also for file creation? I have a few parsed files (KtFile) and I wonder if I can merge them - take imports, some top level members and create a new KtFile (that will be eventually saved to a disk)
I wonder is it possible to take a KtFile as source for KtFile? (initial ktfiles where created by parsing real kotlin from files from disk)