<how can I go from groggy to kotlin Dsl protobuf> ...
# stackoverflow
u
how can I go from groggy to kotlin Dsl protobuf I am applying Proto DataStore and I am applying protobuf in my Kotlin Dsl gradle but I can't implement it correctly. enter the code here. plugins { id("com.android.library") id("org.jetbrains.kotlin.android") id("kotlin-kapt") id("dagger.hilt.android.plugin") id ("com.google.protobuf") version "0.8.12" } protobuf { protoc { artifact = "com.google.protobufprotoc3.14.0" } generateProtoTasks { all().each { task -> task.builtins {...