mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 03:17:03 +05:30
10 lines
205 B
Kotlin
10 lines
205 B
Kotlin
plugins {
|
|
id("com.android.library")
|
|
kotlin("android")
|
|
kotlin("plugin.serialization") version "1.4.21"
|
|
`lobsters-plugin`
|
|
}
|
|
|
|
dependencies {
|
|
implementation(Dependencies.Kotlin.Serialization.json)
|
|
}
|