Hi, I’m searching inside the Kotlin github repository for the part of code that gets the raw content of the imported file so let’s say
import sample.Foo
where does it find the sample.Foo file path and import the class?
Hi, I’m searching inside the Kotlin github repository for the part of code that gets the raw content of the imported file so let’s say
import sample.Foo
where does it find the sample.Foo file path and import the class?