Dropdown
Dropdown copied to clipboard
Every class and function not imported from your package name
The latest version 1.1.2 is importing every class and function in root way like this,
import Dropdown
import EnterAnimation
import MenuItem
import dropDownMenu
import dropDownMenuColors
version 1.0.1
import com.androidpoet.dropdown.Dropdown
import com.androidpoet.dropdown.EnterAnimation
import com.androidpoet.dropdown.MenuItem
import com.androidpoet.dropdown.dropDownMenu
import com.androidpoet.dropdown.dropDownMenuColors
I prefer version 1.0.1, is it possible to do it like that in 1.1.2 or maybe in the next update?