[FIR] Refactor the default messages presence checking
Forbid calling `checkMissingMessages` accidentally outside tests. Checking Parcelize default messages inside a test.
This commit is contained in:
committed by
Space Team
parent
73f8c984a1
commit
20786bb35a
@@ -13,6 +13,7 @@ dependencies {
|
||||
testImplementation(project(":compiler:backend.jvm.entrypoint"))
|
||||
testImplementation(project(":compiler:backend.jvm.lower"))
|
||||
testImplementation(intellijCore())
|
||||
testImplementation(commonDependency("org.jetbrains.kotlin:kotlin-reflect")) { isTransitive = false }
|
||||
|
||||
testRuntimeOnly(project(":core:descriptors.runtime"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user