grpc-kotlin icon indicating copy to clipboard operation
grpc-kotlin copied to clipboard

Where do you write this?

Open k-horiuchi opened this issue 3 years ago • 1 comments
trafficstars

I wrote it in build.gradle. Android Studio displayed an error.

image

k-horiuchi avatar Apr 01 '22 06:04 k-horiuchi

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?

jamesward avatar Apr 04 '22 20:04 jamesward