ClassFinder

Functions

Link copied to clipboard

We don't run the ModuleInfoProvider Annotation Processor in OSS, so there is no need to attempt to call Class.forName() as we know for sure that those classes won't be there.

Link copied to clipboard
fun findClass(className: String): Class<*>?