build: apply kotlin-common convention plugin where applicable

This commit is contained in:
Harsh Shandilya 2021-11-15 12:22:00 +05:30
parent c938ee1837
commit 0fad4d24b5
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
6 changed files with 6 additions and 3 deletions

View file

@ -9,6 +9,7 @@ plugins {
kotlin("android")
kotlin("kapt")
id("dagger.hilt.android.plugin")
id("com.github.android-password-store.kotlin-common")
`versioning-plugin`
`aps-plugin`
`crowdin-plugin`