I am trying to import kotlin serialization via bui...
# gradle
j
I am trying to import kotlin serialization via buildSrc gradle file but I cant get it working
d
Have you applied the plugin?
kotlin("plugin.serialization")
You're also missing a
-runtime
ate the end of the dependency.
j
Runtime is in the modules gradle
d
Oops, I just re-read. Try changing that to
kotlinx-serialization
.
j
inside implementation or inside plugins
e
This might seem like a non issue but have you
applied
the plugin?
j
I solved with the solution which appears in that issue