deviant
06/18/2018, 3:28 PM//DEPS
syntax to declare dependencies. is there such feature in kotlin compiler?holgerbrandl
06/20/2018, 6:24 AM//DEPS
it’s better imho to use @file:DependsOn("whatever")
because the latter allows for better tooling and is not abusing comments for configuration.