Skip to content

Commit

Permalink
build:更新包依赖错误
Browse files Browse the repository at this point in the history
  • Loading branch information
Petterpx committed Jul 22, 2024
1 parent 45defba commit 8425b61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 0 additions & 5 deletions floatingx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,4 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.3.0'
dokkaPlugin 'org.jetbrains.dokka:android-documentation-plugin:1.9.20'
implementation platform("androidx.compose:compose-bom:2023.06.01")
implementation "androidx.compose.ui:ui:1.3.3"
implementation "androidx.compose.ui:ui-graphics"
implementation "androidx.compose.ui:ui-tooling-preview"
implementation "androidx.compose.material3:material3"
}
4 changes: 4 additions & 0 deletions floatingx_compose/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,15 @@ android {
kotlinOptions {
jvmTarget = '1.8'
}
buildFeatures {
buildConfig = false
}
}

dependencies {
implementation project(':floatingx')
implementation 'androidx.appcompat:appcompat:1.3.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation "androidx.lifecycle:lifecycle-runtime:2.6.1"
dokkaPlugin 'org.jetbrains.dokka:android-documentation-plugin:1.9.20'
}

0 comments on commit 8425b61

Please sign in to comment.