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

Cannot include 0.5.5 date-io dependency #47

Open
dosier opened this issue Apr 27, 2021 · 1 comment
Open

Cannot include 0.5.5 date-io dependency #47

dosier opened this issue Apr 27, 2021 · 1 comment

Comments

@dosier
Copy link

dosier commented Apr 27, 2021

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
@oxc
Copy link
Contributor

oxc commented Apr 27, 2021

Not sure if that solves anything, but please be aware that bintray is obsolete: #45

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants