Hi! Is there any way of generating top level funct...
# compiler
a
Hi! Is there any way of generating top level function (like SyntheticResolveExtension) from a Compiler plugin, I want to generate an entry point for an exeutable?
🚫 1
s
Only on JVM afaik. You can use
PackageFragmentProviderExtension
to add synthetic packages and top level functions in them :)