I’m having an issue with creating a library for Android. When I add the library as a dependency then I’m not able to resolve top-level kotlin function. It looks like these functions are not even there, but I can see that they are there and I can even use them within java but not within kotlin. https://youtrack.jetbrains.com/issue/KT-38917 I have created an issue there but so far I didn’t get any response. I think that it is caused by missing some metadata but I’m not able to find which one. Can somebody help me with this issue?
l
louiscad
05/19/2020, 5:17 PM
@martinsumera Can you put your sample project on GitHub so we can peek at its configuration?
g
gildor
05/20/2020, 4:09 AM
I’m not able to resolve top-level kotlin function.
Looks that @Metadata is removed, do you use R8/Proguard?