ncapdevi / FragNav

An Android library for managing multiple stacks of fragments
1.5k stars 210 forks source link

Fail import kotlinx.android.synthetic.main layout in feature module #205

Closed stef-ang closed 5 years ago

stef-ang commented 5 years ago

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?

Screen Shot 2019-04-16 at 13 39 02