<@U0B8ZP13Q> I've added this to `Project.kt`: ``` ...
# kobalt
e
@cedric I've added this to `Project.kt`:
Copy code
@Directive
    fun compileOnly(vararg dep: String) = addToDependencies(project, compileOnlyDependencies, dep)
But it shows up as an
Unresolved reference
when I use it in my build file. What am I missing?