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`

View file

@ -8,6 +8,7 @@ plugins {
id("com.vanniktech.maven.publish")
kotlin("android")
id("org.jetbrains.dokka")
id("com.github.android-password-store.kotlin-common")
`aps-plugin`
`psl-plugin`
}

View file

@ -4,7 +4,7 @@
*/
plugins {
kotlin("jvm")
`aps-plugin`
id("com.github.android-password-store.kotlin-common")
}
dependencies { implementation(libs.thirdparty.kotlinResult) }

View file

@ -5,7 +5,7 @@
plugins {
kotlin("jvm")
`aps-plugin`
id("com.github.android-password-store.kotlin-common")
}
dependencies {

View file

@ -4,7 +4,7 @@
*/
plugins {
kotlin("jvm")
`aps-plugin`
id("com.github.android-password-store.kotlin-common")
}
dependencies {

View file

@ -8,6 +8,7 @@ plugins {
id("com.vanniktech.maven.publish")
kotlin("android")
id("org.jetbrains.dokka")
id("com.github.android-password-store.kotlin-common")
`aps-plugin`
}