all: update JB Compose and KSP deps

This commit is contained in:
Harsh Shandilya 2021-08-29 19:25:39 +05:30
parent 83e487e8fc
commit 94afba68a1
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
8 changed files with 15 additions and 15 deletions

View file

@ -1,6 +1,6 @@
plugins {
kotlin("jvm")
id("com.google.devtools.ksp") version "1.5.21-1.0.0-beta07"
id("com.google.devtools.ksp") version "1.5.30-1.0.0-beta08"
}
dependencies {