Skip to content

Commit 8106699

Browse files
committed
Build: Move annotations/processors related version definitions to root
1 parent 7079342 commit 8106699

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ ext {
4242

4343
composeVersion = '1.1.1'
4444

45+
// annotations/processors
46+
kotlinPoetVersion = '1.6.0'
47+
autoServiceVersion = '1.0'
48+
4549
// testing
4650
jUnitVersion = '4.13'
4751
jUnitExtVersion = '1.1.3'

libs/processors/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ plugins {
33
id "org.jetbrains.kotlin.kapt"
44
}
55

6-
ext.kotlinPoetVersion = '1.6.0'
7-
ext.autoServiceVersion = '1.0'
8-
96
dependencies {
107
implementation project(':libs:annotations')
118
implementation "com.google.auto.service:auto-service:$autoServiceVersion"

0 commit comments

Comments
 (0)