[Gradle, JS]Add peerNpm method for peerDependencies to KotlinDependencyHandler
This commit is contained in:
committed by
Ilya Goncharov
parent
3e2feac4ea
commit
231324d119
+6
@@ -70,6 +70,12 @@ interface KotlinDependencyHandler {
|
||||
fun devNpm(name: String, directory: File): Dependency
|
||||
|
||||
fun devNpm(directory: File): Dependency
|
||||
|
||||
fun peerNpm(name: String, version: String = "*"): Dependency
|
||||
|
||||
fun peerNpm(name: String, directory: File): Dependency
|
||||
|
||||
fun peerNpm(directory: File): Dependency
|
||||
}
|
||||
|
||||
interface HasKotlinDependencies {
|
||||
|
||||
Reference in New Issue
Block a user