[Lombok] Fix support of Iterable field marked with @Singular
^KT-53647 Fixed
This commit is contained in:
committed by
teamcity
parent
4ab79ed97d
commit
06119a4670
@@ -56,7 +56,7 @@ object LombokNames {
|
||||
).map { FqName(it) }.toSet()
|
||||
|
||||
private val SUPPORTED_JAVA_COLLECTIONS = setOf(
|
||||
"java.util.Iterable",
|
||||
"java.lang.Iterable",
|
||||
"java.util.Collection",
|
||||
"java.util.List",
|
||||
"java.util.Set",
|
||||
|
||||
Reference in New Issue
Block a user