I'm looking at the source for kotlinx.serializatio...
# kotlin-native
k
I'm looking at the source for kotlinx.serialization and http-client-common. They both use 'gradle-bintray-plugin:1.8.2-SNAPSHOT' for pushing binaries to bintray. I've been using that as well, but am running into an odd issue, so was hoping to look at source. I got the source jar, but those sources appear to look like 1.7.x's file layout. Its kind of weird, but 1.8.x being used with K/N appears significantly different from the 1.8.x versions from https://github.com/bintray/gradle-bintray-plugin. Does anybody know if there's a public repo for the bintray plugin being used for the K/N samples? I've been stuck for a solid day trying to debug a publishing issue. Thanks in advance!
o
@Vasily Levchenko may help here
m
Hello Kelvin. Here is the sources https://github.com/vvlevchenko/gradle-bintray-plugin, but don’t expect to much it’s patched to be compatible with gradle-4.{6,7}.
k
Thanks. Just wanted to see where the exception was coming from. I have an idea what's going on, but I also figured out the bintrayUpload task will work if the plugin is only applied to a single project in a multiproject build at a time, so for today I think I'll just get that sorted and worry about this particular issue later. There's a class cast issue related to gradle classfile manipulation. It's a weird bug.