We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7079342 commit 8106699Copy full SHA for 8106699
build.gradle
@@ -42,6 +42,10 @@ ext {
42
43
composeVersion = '1.1.1'
44
45
+ // annotations/processors
46
+ kotlinPoetVersion = '1.6.0'
47
+ autoServiceVersion = '1.0'
48
+
49
// testing
50
jUnitVersion = '4.13'
51
jUnitExtVersion = '1.1.3'
libs/processors/build.gradle
@@ -3,9 +3,6 @@ plugins {
3
id "org.jetbrains.kotlin.kapt"
4
}
5
6
-ext.kotlinPoetVersion = '1.6.0'
7
-ext.autoServiceVersion = '1.0'
8
-
9
dependencies {
10
implementation project(':libs:annotations')
11
implementation "com.google.auto.service:auto-service:$autoServiceVersion"
0 commit comments