Hello, <@U0BA5R9KL> . We are experiencing problems...
# mathematics
i
Hello, @breandan . We are experiencing problems with stable access to Princess library. Is it mandatory to use KotlinGrad
SFun
related interfaces? I suppose this library can either be published to more stable Maven repository or removed from KotlinGrad core module, then extracted to a separate module that does use Princess.
b
Hi Iaroslav, I have released
0.4.0
which fixes a number of these flaky dependency issues and contains some API updates. Notably, everything in
edu.umontreal.kotlingrad.experimental
has been moved to
edu.umontreal.kotlingrad.api
. Below is an updated example of the buildscript and API usage (please let me know if you run into any issues): https://github.com/breandan/kotlingrad-consumer/blob/master/build.gradle.kts https://github.com/breandan/kotlingrad-consumer/blob/master/src/main/kotlin/Test.kt
👍 1
i
Thank you