only52607 / compose-floating-window

Library for creating global floating windows based on jetpack compose on Android.
Apache License 2.0
59 stars 8 forks source link

Build Failed #6

Open mmlhl opened 2 months ago

mmlhl commented 2 months ago

when i import this maven only.an error appear. Caused by: org.gradle.internal.resolve.ArtifactNotFoundException: Could not find material-1.9.0.aar (com.google.android.material:material:1.9.0)

then i add another row.this error is fixed.

implementation ("com.google.android.material:material:1.12.0")