Gradle: npm integration using yarn

#KT-31018 Fixed
This commit is contained in:
Sergey Rostov
2019-04-09 10:31:01 +03:00
parent 69f9e30e5a
commit a8799f5a8d
35 changed files with 2019 additions and 159 deletions
@@ -43,6 +43,9 @@ interface KotlinDependencyHandler {
project(listOf("path", "configuration").zip(listOfNotNull(path, configuration)).toMap())
fun project(notation: Map<String, Any?>): ProjectDependency
fun npm(packageName: String, version: String = "*"): Dependency?
fun npm(org: String, packageName: String, version: String = "*"): Dependency?
}
interface HasKotlinDependencies {