Remove dependency of 'resolution' on 'deserialization'
Replace it with a dependency on 'descriptors'. Move the existing marker interface ContractProvider to 'descriptors', and create a new marker interface DeserializedDescriptor.
This commit is contained in:
committed by
Alexander Udalov
parent
b6fdc96994
commit
92534eadaa
@@ -5,6 +5,7 @@ plugins {
|
||||
|
||||
dependencies {
|
||||
compile(project(":compiler:resolution"))
|
||||
compile(project(":core:deserialization"))
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
||||
Reference in New Issue
Block a user