Example of dependency: ```kotlin dependencies { implementation(files("libs/some.jar")) } ``` Result: ``` What went wrong: Execution failed for task ':moduleCheck'. > expected a type-safe project accessor but instead got `files("libs/some.jar")`. ```