Skip to content
Snippets Groups Projects
build.gradle 292 B
Newer Older
Koen's avatar
Koen committed
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
Koen's avatar
Koen committed
    id 'com.android.library' version '8.2.0' apply false
Koen's avatar
Koen committed
    id 'org.jetbrains.kotlin.android' version '1.9.0' apply false
    id 'com.google.protobuf' version '0.9.4' apply false
Koen's avatar
Koen committed
}