I am trying to import a sealed class from a librar...
# android
j
I am trying to import a sealed class from a library, but AS is not recognizing the import when the library comes from maven... if I use a local project it works... any ideas ? I already tried invalidate cache and restart