altavir
05/09/2019, 12:29 PMenableFeaturePreview("GRADLE_METADATA")
. And then I have a library which is also build with gradle meta. According to documentation, all I need is to declare it in the commonMain
block of mpp, and I will automatically get dependencies for all branches. It does not work. I have to write platform-specific dependencies for all platforms and additional metadata for common. What am I doing wrong?altavir
05/09/2019, 12:37 PMMarc Knaup
05/09/2019, 1:28 PM.module
files are missing in the repo.
How do you publish?altavir
05/09/2019, 1:29 PMaltavir
05/09/2019, 1:33 PMlouiscad
05/09/2019, 4:26 PMaltavir
05/09/2019, 4:30 PMlouiscad
05/09/2019, 4:31 PMMarc Knaup
05/09/2019, 4:32 PMlouiscad
05/09/2019, 4:33 PMMarc Knaup
05/09/2019, 4:33 PMaltavir
05/09/2019, 4:34 PMMarc Knaup
05/09/2019, 4:38 PMaltavir
05/09/2019, 4:39 PMCould not get unknown property 'conf' for task ':dataforge-context:bintrayUpload' of type com.jfrog.bintray.gradle.tasks.BintrayUploadTask
and standard workaround, I found does not helpMarc Knaup
05/09/2019, 4:41 PMaltavir
05/09/2019, 4:43 PMMarc Knaup
05/09/2019, 4:49 PMMarc Knaup
05/09/2019, 4:50 PMMarc Knaup
05/09/2019, 4:51 PMaltavir
05/09/2019, 4:51 PMaltavir
05/09/2019, 4:52 PMaltavir
05/09/2019, 4:53 PMaltavir
05/09/2019, 5:37 PMaltavir
05/09/2019, 5:41 PMMarc Knaup
05/09/2019, 5:42 PMaltavir
05/09/2019, 5:44 PMmodule
extension are still missing. Probably publications are not configured properlylouiscad
05/09/2019, 10:26 PM