mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 02:47:03 +05:30
9 lines
205 B
Kotlin
9 lines
205 B
Kotlin
/*
|
|
* Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved.
|
|
* SPDX-License-Identifier: GPL-3.0-only
|
|
*/
|
|
|
|
plugins {
|
|
kotlin("android")
|
|
id("dev.msfjarvis.claw.kotlin-common")
|
|
}
|