Implement non-transitive dependencies resolving in main-kts

This commit is contained in:
Ilya Chernikov
2020-06-18 18:54:29 +02:00
parent cd1bf563cd
commit dbb47cf48e
4 changed files with 33 additions and 0 deletions
@@ -0,0 +1,7 @@
@file:DependsOn("junit:junit:4.11", options = ["transitive=false"])
org.hamcrest.Description.NullDescription()
println("Hello, World!")
@@ -0,0 +1,7 @@
@file:DependsOn("junit:junit:4.11")
org.hamcrest.Description.NullDescription()
println("Hello, World!")