subroh0508 / kotlin-material-ui

[UNMAINTAINED] Kotlin Wrapper Library of Material-UI
MIT License
74 stars 24 forks source link

Cannot include 0.5.5 date-io dependency #47

Open dosier opened 3 years ago

dosier commented 3 years ago

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 commented 3 years ago

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