Fix up Symja build issues #356

Merged
CommanderTvis merged 8 commits from commandertvis/symja into dev 2021-05-29 12:07:57 +03:00
Showing only changes of commit b94172fd22 - Show all commits

View File

@ -32,6 +32,7 @@ subprojects {
externalDocumentationLink("https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/") externalDocumentationLink("https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/")
externalDocumentationLink("https://deeplearning4j.org/api/latest/") externalDocumentationLink("https://deeplearning4j.org/api/latest/")
externalDocumentationLink("https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/") externalDocumentationLink("https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/")
externalDocumentationLink("https://breandan.net/kotlingrad/kotlingrad/kotlingrad/")
} }
} }
} }