[go: nahoru, domu]

blob: e24f00e4fa1ecb377bd9ce6300031b7d644124b2 [file] [log] [blame]
import androidx.build.Publish
plugins {
id("AndroidXPlugin")
id("com.android.library")
id("AndroidXComposePlugin")
id("org.jetbrains.kotlin.android")
}
dependencies {
kotlinPlugin(project(":compose:compiler:compiler"))
implementation(libs.kotlinStdlib)
implementation(project(":compose:foundation:foundation"))
implementation(project(":compose:foundation:foundation-layout"))
implementation(project(":compose:integration-tests:demos:common"))
implementation(project(":compose:material:material"))
implementation(project(":compose:material:material:material-samples"))
implementation(project(":compose:runtime:runtime"))
implementation(project(":compose:ui:ui"))
implementation(project(":compose:ui:ui-text"))
implementation("androidx.activity:activity-compose:1.3.1")
}
androidx {
name = "Compose Material Demos"
publish = Publish.NONE
inceptionYear = "2019"
description = "This is a project for Material demos."
}
android {
namespace "androidx.compose.material.demos"
}