Sounds more like a gradle question rather than a kotlin question
k
karelpeeters
10/14/2018, 6:23 PM
Because it is about the Kotlin deamon?
a
Andreas Sinz
10/14/2018, 6:26 PM
oh
n
Nikky
10/14/2018, 6:43 PM
i also asked the same in #gradle because i think it is related to gradle plugin dev.. where i am frced to use kotlin 1.2.61 while the rest of the modules use 1.2.71 (required by kotlinx.serialization)
d
Dico
10/15/2018, 11:56 AM
Is there a version discrepancy between the 2 Gradle versions?
n
Nikky
10/15/2018, 12:26 PM
not that i know of but there is a version discrepancy between the kotlin version bundled in gradle and the one used by the project
but i need to depend on the kotlin plugin in my plugin to set up dependencies, sourcesets etc
i assume with kt 1.3 i will no longer be forced to use a specific version for serialization plugin, then i can match the version gradle uses