midhunhk / lib-aeapps

A multi module library project for use by android applications, with implementations of features like Multi Contact Picture and wrappers around SMS and Contacts data access.
http://midhunhk.github.io/lib-aeapps/
Apache License 2.0
4 stars 6 forks source link

Migrate to Kotlin DSL #38

Open midhunhk opened 1 year ago

midhunhk commented 1 year ago

It would be a good idea to migrate to Kotlin DSL as in a multi module project like this, it will be easy to maintain dependencies and share common configuration among all modules.

https://developer.android.com/build/migrate-to-kotlin-dsl

Additional References: