common: remove unused bits from Gradle build

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-06-04 15:10:35 +05:30
parent b166755afa
commit d63a331325
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -6,12 +6,6 @@ plugins {
id("com.android.library")
}
group = "dev.msfjarvis.claw"
version = "1.0"
repositories { google() }
kotlin {
android()
jvm("desktop") { compilations.all { kotlinOptions.jvmTarget = "11" } }