Hi, I keep getting this error `Could not get unkno...
# ktor
c
Hi, I keep getting this error
Could not get unknown property 'kotlin_serialization' for object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.
while importing this dependency
Copy code
implementation "org.jetbrains.kotlinx:kotlinx-serialization-core:$kotlin_serialization"
t
It must be declared in
gradle.properties
, like here.
🙌 1
c
Ok done. How do I sync Gradle files again? there is no option popping up.
I have rebuild the project for now.
t
Refresh button - first
c
Alright, thanks!
😉 1