tschuchortdev / kotlin-compile-testing

A library for testing Kotlin and Java annotation processors, compiler plugins and code generation
Mozilla Public License 2.0
659 stars 63 forks source link

Include the classpaths in the Result.classLoader to be able to load classes from dependencies. #217

Closed vRallev closed 2 years ago

vRallev commented 2 years ago

See #216

tschuchortdev commented 2 years ago

Thanks!