getClasses

open fun getClasses(configurations: Array<Configurations>): Array<Class<out Any>>
open fun getClasses(configurations: Collection<Configurations>): Array<Class<out Any>>

Return the classes from all the specified configurations in the order that they would be registered.

Return

configuration classes in registration order

Parameters

configurations

the source configuration