Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support material3 1.3.0-alphaXX and material 1.7.0-alphaXX #4696

Closed
mahramane opened this issue Apr 24, 2024 · 1 comment
Closed

Support material3 1.3.0-alphaXX and material 1.7.0-alphaXX #4696

mahramane opened this issue Apr 24, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@mahramane
Copy link

Hi
in material 1.7.0-... RippleTheme is deprecated and RippleConfiguration has replaced it.
androidx.compose.material3.LocalRippleConfiguration and androidx.compose.material3.RippleConfiguration not found in compose multiplatform 1.6.10-beta01.
please add material3-1.3.0-alpha05 and material-1.7.0-alpha07 to compose multiplatform.

@mahramane mahramane added bug Something isn't working submitted labels Apr 24, 2024
@kodeplateform
Copy link

I'm facing an issue who seems related on signed release only , reproducible on nav_cupcake and still present on 1.6.10-beta02

FATAL EXCEPTION: main
Process: com.matkovivan.nav_cupcake, PID: 20114
java.lang.NoSuchFieldError: No static field hide_in_inspector_tag of type I in class Landroidx/compose/ui/R$id; or its superclasses (declaration of 'androidx.compose.ui.R$id' appears in base.apk)
at androidx.compose.material.ripple.RippleContainer.(RippleContainer.android.kt:70)
at androidx.compose.material.ripple.AndroidRippleIndicationInstance.getOrCreateRippleContainer(Ripple.android.kt:255)
at androidx.compose.material.ripple.AndroidRippleIndicationInstance.addRipple(Ripple.android.kt:198)
at androidx.compose.material.ripple.Ripple$rememberUpdatedInstance$1$1.emit(Ripple.kt:138)
at androidx.compose.material.ripple.Ripple$rememberUpdatedInstance$1$1.emit(Ripple.kt:136)
at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:392)
at kotlinx.coroutines.flow.SharedFlowImpl$collect$1.invokeSuspend(Unknown Source:15)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
at androidx.compose.ui.platform.AndroidUiDispatcher.performTrampolineDispatch(AndroidUiDispatcher.android.kt:81)
at androidx.compose.ui.platform.AndroidUiDispatcher.access$performTrampolineDispatch(AndroidUiDispatcher.android.kt:41)
at androidx.compose.ui.platform.AndroidUiDispatcher$dispatchCallback$1.run(AndroidUiDispatcher.android.kt:57)
at android.os.Handler.handleCallback(Handler.java:942)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loopOnce(Looper.java:226)
at android.os.Looper.loop(Looper.java:313)
at android.app.ActivityThread.main(ActivityThread.java:8757)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:571)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [androidx.compose.ui.platform.MotionDurationScaleImpl@6cfdf1c, androidx.compose.runtime.BroadcastFrameClock@824b725, StandaloneCoroutine{Cancelling}@30d70fa, AndroidUiDispatcher@8176ab]

@Schahen Schahen added enhancement New feature or request and removed submitted labels Apr 25, 2024
@igordmn igordmn removed the bug Something isn't working label May 1, 2024
@igordmn igordmn changed the title material3 LocalRippleConfiguration not found Support material3 1.3.0-alphaXX and material 1.7.0-alphaXX May 1, 2024
@mahramane mahramane closed this as not planned Won't fix, can't repro, duplicate, stale May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants