[Gradle, JS] Remove redundant runtime attribute to compileClasspath in test
This commit is contained in:
committed by
Space Team
parent
66eb29962a
commit
6ac562a19d
-4
@@ -14,7 +14,3 @@ kotlin {
|
||||
binaries.executable()
|
||||
}
|
||||
}
|
||||
|
||||
configurations["compileClasspath"].apply {
|
||||
attributes.attribute(Usage.USAGE_ATTRIBUTE, objects.named(Usage::class.java, "kotlin-runtime"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user