반응형

unresolved reference for ViewModelProviders 문제 해결하기



Just add these 2 lines to the proper build.gradle:

1
2
implementation "android.arch.lifecycle:extensions:1.1.1"
annotationProcessor "android.arch.lifecycle:compiler:1.1.1"


반응형

+ Recent posts