androidx.core:core-ktx:1.0.0 widget package missing
Recently Android team(mainly those
guys actually) had introduced androidx.core
core ktx1.0.0.
I've added it to mine project :
implementation 'androidx.core
core ktx1.0.0'
Everything looks cool, despite few moments - I can't find the toast() method. After few minutes of research I've found that androidx.core.widget package isn't anymore present within the ktx lib. There is nothing about it...