Test JPS Kotlin caches don't change when project root is different
Original commit: f66d95545d
This commit is contained in:
@@ -40,7 +40,7 @@ val CompileContext.testingContext: TestingContext?
|
||||
|
||||
class TestingContext(
|
||||
val lookupTracker: LookupTracker,
|
||||
val buildLogger: TestingBuildLogger
|
||||
val buildLogger: TestingBuildLogger?
|
||||
) {
|
||||
var kotlinCompileContext: KotlinCompileContext? = null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user