grpc-kotlin
grpc-kotlin copied to clipboard
Where do you write this?
trafficstars
I wrote it in build.gradle. Android Studio displayed an error.

Likely you are putting Kotlin build script code into a Groovy build file (build.gradle instead of build.gradle.kts) Can you switch to a build.gradle.kts file?