Refactoring of repeatable on retention SOURCE check (correct additional checker usage)
This commit is contained in:
+1
-1
@@ -82,7 +82,7 @@ public object JvmPlatformConfigurator : PlatformConfigurator(
|
||||
|
||||
additionalSymbolUsageValidators = listOf(),
|
||||
|
||||
additionalAnnotationChecker = RepeatableAnnotationChecker
|
||||
additionalAnnotationCheckers = listOf(RepeatableAnnotationChecker)
|
||||
) {
|
||||
|
||||
override fun configure(container: StorageComponentContainer) {
|
||||
|
||||
Reference in New Issue
Block a user