This website requires JavaScript.
Explore
Help
Sign In
kscience
/
kmath
Watch
9
Star
0
Fork
1
You've already forked kmath
Code
Issues
Pull Requests
6
Packages
Projects
Releases
16
Wiki
Activity
ac6b7fad64
kmath
/
kmath-memory
/
build.gradle.kts
4 lines
38 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Build refactor
2020-09-12 14:59:12 +03:00
plugins {
Merge remote-tracking branch 'origin/dev' into kotlin14 # Conflicts: # build.gradle.kts # examples/src/main/kotlin/scientifik/kmath/linear/LinearAlgebraBenchmark.kt # kmath-ast/build.gradle.kts # kmath-commons/build.gradle.kts # kmath-core/src/commonMain/kotlin/scientifik/kmath/operations/Complex.kt # kmath-core/src/commonMain/kotlin/scientifik/kmath/structures/Buffers.kt # kmath-core/src/commonMain/kotlin/scientifik/kmath/structures/FlaggedBuffer.kt # kmath-core/src/commonMain/kotlin/scientifik/kmath/structures/IntBuffer.kt # kmath-core/src/commonMain/kotlin/scientifik/kmath/structures/RealBuffer.kt # kmath-core/src/commonMain/kotlin/scientifik/kmath/structures/ShortBuffer.kt # kmath-for-real/build.gradle.kts # kmath-functions/build.gradle.kts # kmath-memory/build.gradle.kts # kmath-prob/build.gradle.kts
2020-09-20 12:44:46 +03:00
id("ru.mipt.npm.mpp")
Make one-liners not one-liners, add newlines at EOFs, optimize imports and Kotlin extension configurations
2020-09-20 12:36:48 +03:00
}
Copy Permalink