Skip to content

Commit

Permalink
changed kotlin and compose version
Browse files Browse the repository at this point in the history
  • Loading branch information
2307vivek committed Aug 12, 2022
1 parent b0f7b3f commit 964f4a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
buildscript {
ext {
compose_version = '1.1.0-beta01'
compose_version = '1.2.0-beta03'
}
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '7.2.1' apply false
id 'com.android.library' version '7.2.1' apply false
id 'org.jetbrains.kotlin.android' version '1.5.31' apply false
id 'org.jetbrains.kotlin.android' version '1.6.21' apply false
id 'com.google.dagger.hilt.android' version '2.41' apply false
}

plugins {
id 'com.diffplug.spotless' version '5.7.0'
id 'org.jetbrains.kotlin.jvm' version '1.5.31' apply false
id 'org.jetbrains.kotlin.jvm' version '1.6.21' apply false
}

subprojects {
Expand Down

0 comments on commit 964f4a3

Please sign in to comment.