Make one-liner not a one-liner

This commit is contained in:
Iaroslav 2020-09-20 16:45:26 +07:00
parent 5a82df57b1
commit 4e5c7ab366
No known key found for this signature in database
GPG Key ID: 46E15E4A31B3BCD7

View File

@ -1,4 +1,6 @@
plugins { id("scientifik.jvm") }
plugins {
id("scientifik.jvm")
}
dependencies {
api(project(":kmath-core"))