Hi, just went to try quick test of this and got is...
# kotlindl
j
Hi, just went to try quick test of this and got issue resolving dependency....looks like https://kotlin.bintray.com/kotlin-datascience/org/jetbrains/kotlin-deeplearning/api/0.1.0/ is empty
m
Apologies, our bad. Can you try again, please? It should be there.
j
I got a bit further....now getting
Copy code
Could not find com.beust:klaxon:5.0.1.
m
Please add jcenter() to the repositories. I'll update the docs to include this.
j
That got further again but having issues resolving likes of
Sequential
and
Dataset
....I just created blank new application in IntelliJ and added main() to that
z
Maybe mavenCentral() addition will be helpful?
j
I have that (that comes in by default when creating such a project in IntelliJ)
z
@John O'Reilly What JDK and Kotlin version are you using?
j
I'm just trying this in a basic JVM app ....configured with JDK 11
created like this
ok, I "cleaned up" build.gradle.kts and it's resolving now....will try and see what I changed to make it work
I think for some reason it hadn't sync'ed the dependency before (I'm used to using Android Studio where gradle sync UI is a little different so perhaps I missed doing something before)
z
Will keep in mind this ability, in both cases, many thanks for quick responce and your time
j
no problem, it's very cool to see this capability being built out!