Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
InsanusMokrassar committed Feb 28, 2023
1 parent 92dea46 commit b982964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/kotlin/AndroidSPConfigsRepo.kt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class AndroidSPConfigsRepo<T: Any>(
@OptIn(InternalSerializationApi::class)
polymorphic(Any::class, kclass, kclass.serializer())
}
configKClasses.forEach {
for (it in configKClasses) {
poly(it)
}
}
Expand Down

0 comments on commit b982964

Please sign in to comment.