forked from kscience/kmath
Remove invalid modifier
This commit is contained in:
parent
8af6195265
commit
60c7b08b42
@ -36,7 +36,7 @@ kotlin {
|
||||
}
|
||||
}
|
||||
|
||||
internal val codegen: Task by tasks.creating {
|
||||
val codegen: Task by tasks.creating {
|
||||
matricesCodegen(kotlin.sourceSets["nativeMain"].kotlin.srcDirs.first().absolutePath + "/kscience/kmath/gsl/_Matrices.kt")
|
||||
vectorsCodegen(kotlin.sourceSets["nativeMain"].kotlin.srcDirs.first().absolutePath + "/kscience/kmath/gsl/_Vectors.kt")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user