问题
When using using Android Studio's 'Go to declaration' feature (cmd + click), a decompiled source is shown, when though the source is in my project. The kotlin MP source is in another module. I can connect the source using the 'choose sources...' option, however I have to do this for each file. Is there a global fix for connecting to the correct source files?
来源:https://stackoverflow.com/questions/61230781/kotlin-multiplatform-go-to-declaration-goes-to-decompiled-code