jimmy-robert / Kola

Kola is a library full of sugar to boost Android development with Kotlin.
MIT License
1 stars 0 forks source link

Old anko version #1

Closed BejanAlina closed 5 years ago

BejanAlina commented 5 years ago

Anko version should be updated . There is already v 0.10.8 available which causes issues for projects that are using this on a custom Adapter implementation Could you please see how can this be resolved?

jimmy-robert commented 5 years ago

I updated dependencies (Kotlin, Anko, Android Support). The updated version is 0.2.1.

Note that the project has just been rebuilt for new dependencies, but there are no unit tests that can ensure that everything still works. This library is not going to be maintained and becomes obsolete.

Consider updating your app to use Android Jetpack libraries and drop Kola.

If you still need the library and face some issues, pull requests are still accepted.

Thank you.