mirror of
https://github.com/Myzel394/Alibi.git
synced 2025-06-18 23:05:26 +02:00
8 lines
365 B
Groovy
8 lines
365 B
Groovy
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
plugins {
|
|
id 'com.android.application' version '8.3.0' apply false
|
|
id 'com.android.library' version '8.3.0' apply false
|
|
id 'org.jetbrains.kotlin.android' version '1.9.22' apply false
|
|
|
|
id 'org.jetbrains.kotlin.plugin.serialization' version '1.8.21'
|
|
} |