File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ Examples:
223
223
}
224
224
225
225
dependencies {
226
- val kotshiVersion = " 2.11.3 "
226
+ val kotshiVersion = " 2.11.4 "
227
227
implementation(" se.ansman.kotshi:api:$kotshiVersion " )
228
228
ksp(" se.ansman.kotshi:compiler:$kotshiVersion " )
229
229
}
@@ -239,7 +239,7 @@ Examples:
239
239
}
240
240
241
241
dependencies {
242
- val kotshiVersion = " 2.11.3 "
242
+ val kotshiVersion = " 2.11.4 "
243
243
implementation(" se.ansman.kotshi:api:$kotshiVersion " )
244
244
kapt(" se.ansman.kotshi:compiler:$kotshiVersion " )
245
245
}
@@ -255,7 +255,7 @@ Examples:
255
255
}
256
256
257
257
dependencies {
258
- def kotshiVersion = "2.11.3 "
258
+ def kotshiVersion = "2.11.4 "
259
259
implementation "se.ansman.kotshi:api:$kotshiVersion"
260
260
ksp "se.ansman.kotshi:compiler:$kotshiVersion"
261
261
}
@@ -271,7 +271,7 @@ Examples:
271
271
}
272
272
273
273
dependencies {
274
- def kotshiVersion = "2.11.3 "
274
+ def kotshiVersion = "2.11.4 "
275
275
implementation "se.ansman.kotshi:api:$kotshiVersion"
276
276
kapt "se.ansman.kotshi:compiler:$kotshiVersion"
277
277
}
Original file line number Diff line number Diff line change 1
- version =2.12.0-SNAPSHOT
1
+ version =2.11.4
2
2
3
3
kapt.include.compile.classpath =false
4
4
kapt.incremental.apt =true
You can’t perform that action at this time.
0 commit comments