mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 22:17:03 +05:30
common: remove unused bits from Gradle build
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
b166755afa
commit
d63a331325
1 changed files with 0 additions and 6 deletions
|
@ -6,12 +6,6 @@ plugins {
|
||||||
id("com.android.library")
|
id("com.android.library")
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "dev.msfjarvis.claw"
|
|
||||||
|
|
||||||
version = "1.0"
|
|
||||||
|
|
||||||
repositories { google() }
|
|
||||||
|
|
||||||
kotlin {
|
kotlin {
|
||||||
android()
|
android()
|
||||||
jvm("desktop") { compilations.all { kotlinOptions.jvmTarget = "11" } }
|
jvm("desktop") { compilations.all { kotlinOptions.jvmTarget = "11" } }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue