dennisschroeder / khome

Khome is a smart home automation library for Home Assistant written in Kotlin.
MIT License
115 stars 7 forks source link

Remove jcenter and bintray repositories and update depencencies #208

Closed hendrikstill closed 2 years ago

hendrikstill commented 2 years ago

When setting up a new khome project transitive dependencies has do be downloaded by the users project. As a lot of dependencies were not updated for a while, dependencies like koin, klint, detekt are only available via jcenter.

As jcenter and bintray are in a sunsetting transition, this PR updates all dependencies to versions available on on maven central and update some depencies to new version.

Caution: