after add implementation "com.ncapdevi:frag-nav:3.2.0" (and sync gradle) in my gradle of feature module, I got fail import kotlinx.android.synthetic.main in all screen in my feature module. I'm afraid this library doesn't support feature module yet. Or how to solve this problem?
after add
implementation "com.ncapdevi:frag-nav:3.2.0"
(and sync gradle) in my gradle of feature module, I got fail import kotlinx.android.synthetic.main in all screen in my feature module. I'm afraid this library doesn't support feature module yet. Or how to solve this problem?