forked from kscience/kmath
7 lines
109 B
Plaintext
7 lines
109 B
Plaintext
rootProject.name = "kmath"
|
|
|
|
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
|
|
include(
|
|
":kmath-core",
|
|
)
|