api/database: switch to kotlin JVM plugin

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-02-20 14:13:22 +05:30
parent 027e3410d8
commit b977113e34
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
3 changed files with 3 additions and 5 deletions

View file

@ -1,6 +1,5 @@
plugins {
id("com.android.library")
kotlin("android")
kotlin("jvm")
id("com.squareup.sqldelight")
`lobsters-plugin`
}