seems like the buildsystem freak out once i try to...
# ktor
n
seems like the buildsystem freak out once i try to add a module with
expectedBy project(':ktor-client:ktor-client-features:ktor-client-json')
d
Do you have more context? What do you mean by freaking out? Does it throw an exception while compiling or something?
n
i hope this contains all relevant info, if not i can commit and push my fork https://gist.github.com/NikkyAI/b42a793d002e8b856b05f6e66bf8a4da
d
Have you tried
kotlinx.reflection
0.6.1
and kotlin
1.2.60
? (just in the case it is fixed in a later version)
Also the error is dokka related? Have you tried to skip dokka
-x  dokkaTask
?
n
i have tried, it still fails to build, will not even compile in idea to let me run the tests
i have not tried changing the versions of reflect
i tried setting
kotlin.incremental.multiplatform=false
for now, just to make sure
... nevermind.. wrong branch i was working on
d
that happened when building on idea? building on a terminal using gradle? or both?
n
both
i sent a PR for the bits that work, the other stuff is also on github but different branch
👍 1
btw slack manages to throughtly confuse me with its willfulness in sending notifications.. thats why i sometimes don't notice right away
apparently ktor has not applied the kotlinx-serialization plugin.. so i need to add that if i want to add tests for serialization
https://asciinema.org/a/OrWy9wtmxzEAxfsSiVSCf0c45 it seems like gradle is unable to resolve dependencies between the common and actualized multiplatform module.. i hope i just forgot somethin simple.. never worked with mpp before so i just copied the bits i thought i needed from the jvm module
d
multiplatform projects and kotlinx.serialization are both still WIP, so there are still some rough edges and bugs that will be fixed in future releases
n
well i asked in #multiplatform
👍 1