anybody else getting this ? <https://gist.github.c...
# announcements
n
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
Sounds more like a gradle question rather than a kotlin question
k
Because it is about the Kotlin deamon?
a
oh
n
i also asked the same in #C19FD9681 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
Is there a version discrepancy between the 2 Gradle versions?
n
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