Implement non-transitive dependencies resolving in main-kts
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
|
||||
@file:DependsOn("junit:junit:4.11", options = ["transitive=false"])
|
||||
|
||||
org.hamcrest.Description.NullDescription()
|
||||
|
||||
println("Hello, World!")
|
||||
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
|
||||
@file:DependsOn("junit:junit:4.11")
|
||||
|
||||
org.hamcrest.Description.NullDescription()
|
||||
|
||||
println("Hello, World!")
|
||||
|
||||
Reference in New Issue
Block a user