ccd6263787
"kotlin-reflect" is a shadow jar which breaks incremental compilation to avoid non-incremental builds, project should add * `compileOnly` dependency on ":kotlin-reflect-api" * `runtimeOnly` dependency on ":kotlin-reflect" * `runtime` dependency is not recommended because it leaks into compile * classpath through transitive dependencies