Skip to content

Commit e5fff72

Browse files
committed
完善代码
1 parent c69901f commit e5fff72

File tree

1 file changed

+1
-1
lines changed
  • module-communication-ksp/src/main/java/com/flyjingfish/module_communication_ksp

1 file changed

+1
-1
lines changed

module-communication-ksp/src/main/java/com/flyjingfish/module_communication_ksp/Expansions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import com.google.devtools.ksp.symbol.KSClassDeclaration
55

66
fun KSClassDeclaration.isSubtype(superType :String):Boolean{
77
getAllSuperTypes().toList().forEach {
8-
val className = "${it.declaration.packageName.asString()}.${it}"
8+
val className = "${it.declaration.packageName.asString()}.${it.declaration}"
99
if (className == superType){
1010
return true
1111
}

0 commit comments

Comments
 (0)