forked from kscience/kmath
33 lines
676 B
Plaintext
33 lines
676 B
Plaintext
rootProject.name = "kmath"
|
|
|
|
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
|
|
enableFeaturePreview("VERSION_CATALOGS")
|
|
|
|
include(
|
|
":kmath-memory",
|
|
":kmath-complex",
|
|
":kmath-core",
|
|
":kmath-coroutines",
|
|
":kmath-functions",
|
|
":kmath-histograms",
|
|
":kmath-commons",
|
|
":kmath-viktor",
|
|
":kmath-multik",
|
|
":kmath-tensorflow",
|
|
":kmath-optimization",
|
|
":kmath-stat",
|
|
":kmath-nd4j",
|
|
":kmath-dimensions",
|
|
":kmath-for-real",
|
|
":kmath-geometry",
|
|
":kmath-ast",
|
|
":kmath-ejml",
|
|
":kmath-kotlingrad",
|
|
":kmath-tensors",
|
|
":kmath-jupyter",
|
|
":kmath-symja",
|
|
":kmath-jafama",
|
|
":examples",
|
|
":benchmarks",
|
|
)
|