Android synthetic imports suddenly stopped working...
# android
r
Android synthetic imports suddenly stopped working for me. Any idea what’s happening. Imports seems to be working or AppCompatActivity but not for v4.app.Fragment
kotlin_version
1.3.11
studio_version
3.3
k
I have had that happen some times, usually a clean build(toolbar/ ./gradlew clean assembleDebug ) seems to does the trick
r
RESOLVED : one of the library we were using upgraded to androidX. Which was causing the issue.
👍 1