Use upper bound checker for typealias expansion
This commit is contained in:
+1
@@ -266,5 +266,6 @@ class CompositePlatformConigurator(private val componentConfigurators: List<Plat
|
||||
// Unfortunately, it is declared in base class, so repeating call to 'configureModuleDependentCheckers' will lead
|
||||
// to multiple registrrations.
|
||||
container.useImpl<ExperimentalMarkerDeclarationAnnotationChecker>()
|
||||
container.useImpl<UpperBoundChecker>()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user