https://kotlinlang.org logo
Title
n

Nikky

10/14/2018, 6:02 PM
anybody else getting this ? https://gist.github.com/NikkyAI/ae5f71181612dc9b2d76daf6d11f939a happens whenever i run something with gradlew, but not always when i run gradle tasks via idea it still compiles but this worries me
a

Andreas Sinz

10/14/2018, 6:23 PM
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