mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
Extract minimal required information into the new `KotlinClassInfo` class. This info will be part of the classpath snapshot of the `KotlinCompile` task in an upcoming change. Bug: KT-45777 Test: Existing tests should pass (this is a refactoring-only change)