Alexandre Brown
11/14/2022, 6:36 PMorg.jetbrains.kotlinx:kotlin-deeplearning-dataset
dependency for commonMain
(multiplatform library) ? ThanksAlexandre Brown
11/14/2022, 6:37 PM0.5.0-alpha-1
Julia Beliaeva
11/14/2022, 7:32 PMkotlin-deeplearning-dataset
is not multiplatform currently. For which platforms do you want to use it?Alexandre Brown
11/14/2022, 7:33 PMcommonMain
because we might need native in the future. But currently we only use JVM. Does that make sense to you?Julia Beliaeva
11/14/2022, 7:43 PMAlexandre Brown
11/14/2022, 7:45 PMcommonMain
inside the multiplatform library even if right now the only client is a jvm project.
We might have a native project that will use the multiplatform library in the future.
Currently we only have a JVM client, but I was asking in case we could put it in commonMain
already.Julia Beliaeva
11/14/2022, 8:40 PMJulia Beliaeva
11/14/2022, 8:41 PMAlexandre Brown
11/14/2022, 8:52 PMExecution failed for task ':core:core-frameworks:core-frameworks-entities:compileKotlinNative'.
> Could not resolve all files for configuration ':core:core-frameworks:core-frameworks-entities:nativeCompileKlibraries'.
> Could not resolve org.jetbrains.kotlinx:kotlin-deeplearning-dataset:0.5.0-alpha-1.
Julia Beliaeva
11/14/2022, 10:36 PMdataset
in the 0-alpha-2
multiplatform (the plan is to have it this week).