I noticed that in K2, `KtSourceModule.moduleName` ...
# k2-adopters
z
I noticed that in K2,
KtSourceModule.moduleName
reports the source set name now whereas
ModuleDescriptor.name
in K1 reported the project name. Considering this name participates in name mangling, is this expected behavior?
d
KtSourceModule
is an abstraction of the Analysis API and it doesn't influence anything in the compiler itself
z
Is there a way to get the module name that’s referenced for mangling in the analysis API?
d
cc @dimonchik0036
z
Should I maybe file a FR instead?