so I will still need to register this right? ``` b...
# serialization
j
so I will still need to register this right?
Copy code
buildscript {
 dependencies {
        classpath "org.jetbrains.kotlin:kotlin-serialization:$kotlinVersion"
    }
}