Iaroslav Postovalov
11/29/2020, 1:53 PMSFun
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.breandan
11/29/2020, 5:47 PM0.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.ktIaroslav Postovalov
11/29/2020, 5:50 PM