Format project again
This commit is contained in:
parent
0de0069b1d
commit
72be56b6b7
6 changed files with 7 additions and 9 deletions
|
|
@ -3,7 +3,6 @@ package extension
|
||||||
import Versions
|
import Versions
|
||||||
import com.android.build.api.dsl.CommonExtension
|
import com.android.build.api.dsl.CommonExtension
|
||||||
|
|
||||||
|
|
||||||
fun CommonExtension<*, *, *, *>.androidConfig() {
|
fun CommonExtension<*, *, *, *>.androidConfig() {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
compileSdk = Versions.compileSdk
|
compileSdk = Versions.compileSdk
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,6 @@ import gradle.kotlin.dsl.accessors._4b7ad2363fc1fce7c774e054dc9a9300.debugImplem
|
||||||
import gradle.kotlin.dsl.accessors._4b7ad2363fc1fce7c774e054dc9a9300.implementation
|
import gradle.kotlin.dsl.accessors._4b7ad2363fc1fce7c774e054dc9a9300.implementation
|
||||||
import org.gradle.kotlin.dsl.DependencyHandlerScope
|
import org.gradle.kotlin.dsl.DependencyHandlerScope
|
||||||
|
|
||||||
|
|
||||||
fun DependencyHandlerScope.composeDependencies() {
|
fun DependencyHandlerScope.composeDependencies() {
|
||||||
val composeBom = platform("androidx.compose:compose-bom:2022.11.00")
|
val composeBom = platform("androidx.compose:compose-bom:2022.11.00")
|
||||||
implementation(composeBom)
|
implementation(composeBom)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue