Skip to content

Every class and function not imported from your package name #8

@aztecrabbit

Description

@aztecrabbit

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions