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

@ -12,7 +12,7 @@ buildscript {
}
dependencies {
classpath("com.android.tools:r8:3.1.17-dev")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.21")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.30")
classpath("com.android.tools.build:gradle:7.1.0-alpha10")
classpath("com.diffplug.spotless:spotless-plugin-gradle:5.14.3")
classpath("com.google.dagger:hilt-android-gradle-plugin:2.38.1")