Unresolved reference 'option' error in Android Studio when building a Protobuffer/Kotlin app
I'm using Android Studio Koala Feature Drop | 2024.1.2 Patch 1.
I'm trying to get a simple Protobuffer app up and running and while there is a fair amount of sample code around on how to get this implemented and I not managed (yet) to achieve this.
When I try and sync the project I get the following error.
Unresolved reference: option
The (relevant) cradle snippets to generate the protobuf code are as follows
import com.google.protobuf.gradle.*
plugins {...