all: update to Compose alpha08 and Kotlin 1.4.20

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-12-03 01:53:31 +05:30
parent 6597f0058d
commit f8b8ce0b5b
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
7 changed files with 16 additions and 16 deletions

View file

@ -1,7 +1,7 @@
plugins {
id("com.android.library")
kotlin("android")
kotlin("plugin.serialization") version "1.4.10"
kotlin("plugin.serialization") version "1.4.20"
`lobsters-plugin`
}