This is a deep-in-the-weeds kind of question, but ...
# multiplatform
k
This is a deep-in-the-weeds kind of question, but trying to get K/N 0.9.2 dependencies functional. Using the platform plugin, not the mpp plugin, if I have gradle 4.7 and K/N 0.9.1 AND the bintray 1.8.2-SNAPSHOT, my native dependencies work. Simply changing to K/N 0.9.2 will cause the native dependencies to not resolve. Moving to gradle 4.10 seems to allow that to work on a local publish, but the bintray plugin won't run. Changing that to the regular, non-forked 1.8.4 seems to work, but the published dependencies seem to be missing something. However, it appears that at least the ktor library, as of the last 24 hours, uses K/N 0.9.2, gradle 4.7, and the forked bintray snapshot. There also appear to be library versions published specifically for the conference ("kotlinx_io_version=0.1.0-alpha-16-rc13-conf2" for example). Anything I'm missing to make 0.9.2 and gradle 4.7 work for native dependencies?