[SHARED] Update gradle config
This commit is contained in:
@@ -115,7 +115,7 @@ licenseReport {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(project(":shared"))
|
||||
implementation(projects.shared)
|
||||
implementation(libs.androidx.profileinstaller)
|
||||
|
||||
androidTestImplementation(libs.androidx.test.runner)
|
||||
@@ -129,5 +129,5 @@ dependencies {
|
||||
|
||||
androidTestUtil(libs.androidx.test.orchestrator)
|
||||
|
||||
"baselineProfile"(project(":androidApp:baselineprofile"))
|
||||
"baselineProfile"(projects.androidApp.baselineprofile)
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@ kotlin {
|
||||
sourceSets {
|
||||
jvmMain.dependencies {
|
||||
implementation(compose.desktop.currentOs)
|
||||
implementation(project(":shared"))
|
||||
implementation(projects.shared)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
rootProject.name = "cpu-info"
|
||||
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
|
||||
|
||||
pluginManagement {
|
||||
repositories {
|
||||
|
||||
@@ -128,7 +128,7 @@ kotlin {
|
||||
androidMain {
|
||||
dependsOn(mobileMain)
|
||||
dependencies {
|
||||
implementation(project(":native-android"))
|
||||
implementation(projects.nativeAndroid)
|
||||
api(libs.androidx.activity.compose)
|
||||
implementation(libs.androidx.core)
|
||||
api(libs.androidx.core.splashscreen)
|
||||
|
||||
@@ -90,7 +90,7 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(project(":shared"))
|
||||
implementation(projects.shared)
|
||||
implementation(libs.androidx.wear.foundation)
|
||||
implementation(libs.androidx.wear.material)
|
||||
implementation(libs.androidx.wear.navigation)
|
||||
|
||||
@@ -22,7 +22,7 @@ kotlin {
|
||||
sourceSets {
|
||||
wasmJsMain {
|
||||
dependencies {
|
||||
implementation(project(":shared"))
|
||||
implementation(projects.shared)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user