Skip to content
This repository was archived by the owner on Nov 19, 2022. It is now read-only.

Cannot include 0.5.5 date-io dependency #47

@dosier

Description

@dosier

Hi,

I am looking to use the date-io project in order to create an adapter for my DateRangePicker. However it is no longer updated on bintray, the latest available version is 0.5.2. I think I need the latest dependency to create a date adapter for the picker, is there any workaround for this?

My gradle dependencies:

api(npm("@material-ui/pickers", "4.0.0-alpha.12"))
api("net.subroh0508.kotlinmaterialui:lab:0.5.5") {
    exclude("subroh0508.net.kotlinmaterialui", "core")
}
api("net.subroh0508.kotlinmaterialui:core:0.5.5")
api("net.subroh0508.kotlinmaterialui:pickers:0.5.5") {
    exclude("subroh0508.net.kotlinmaterialui", "date-io")
}
api("net.subroh0508.kotlinmaterialui:date-io:0.5.2") // outdated

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