Add dependency because some SAM related classes moved to core module

This commit is contained in:
Mikhail Zarechenskiy
2020-01-17 11:06:54 +03:00
parent 76a78fe918
commit 39e0f101b1
@@ -7,6 +7,7 @@ plugins {
}
dependencies {
compileOnly(project(":core:descriptors"))
compileOnly(project(":compiler:frontend"))
compileOnly(project(":compiler:frontend.java"))
compileOnly(project(":compiler:plugin-api"))