build: apply kotlin-common
convention plugin where applicable
This commit is contained in:
parent
c938ee1837
commit
0fad4d24b5
6 changed files with 6 additions and 3 deletions
|
@ -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`
|
||||
|
|
|
@ -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`
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
plugins {
|
||||
kotlin("jvm")
|
||||
`aps-plugin`
|
||||
id("com.github.android-password-store.kotlin-common")
|
||||
}
|
||||
|
||||
dependencies { implementation(libs.thirdparty.kotlinResult) }
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
plugins {
|
||||
kotlin("jvm")
|
||||
`aps-plugin`
|
||||
id("com.github.android-password-store.kotlin-common")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
plugins {
|
||||
kotlin("jvm")
|
||||
`aps-plugin`
|
||||
id("com.github.android-password-store.kotlin-common")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
|
@ -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`
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue