Skip to content

Commit 09fee49

Browse files
committed
1 parent b52d9ec commit 09fee49

29 files changed

+1389
-820
lines changed

project/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
group=org.babyfish.jimmer
2-
version=0.9.72
2+
version=0.9.73

project/jimmer-ksp/src/main/kotlin/org/babyfish/jimmer/ksp/dto/DtoGenerator.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1625,7 +1625,7 @@ class DtoGenerator private constructor(
16251625
var property = false
16261626
annotation.annotation(kotlin.annotation.Target::class)?.let {
16271627
it
1628-
.get<List<KSType>>("allowedTargets")
1628+
.get<List<Any>>("allowedTargets")
16291629
?.forEach {
16301630
val s = it.toString()
16311631
when {

0 commit comments

Comments
 (0)