Taha
10/13/2025, 6:58 AMjava.lang.NoSuchMethodError has anyone encountered this before?Taha
10/13/2025, 6:58 AMjava.lang.NoSuchMethodError: 'void androidx.compose.material3.TextKt.Text-nNJ6PA4(java.lang.String, androidx.compose.ui.Modifier, long, androidx.compose.foundation.text.TextAutoSize, long, androidx.compose.ui.text.font.FontStyle, androidx.compose.ui.text.font.FontWeight, androidx.compose.ui.text.font.FontFamily, long, androidx.compose.ui.text.style.TextDecoration, androidx.compose.ui.text.style.TextAlign, long, int, boolean, int, int, _layoutlib_._internal_.kotlin.jvm.functions.Function1, androidx.compose.ui.text.TextStyle, androidx.compose.runtime.Composer, int, int, int)'David Ferrand
04/15/2026, 12:14 PMText-nNJ6PA4 in the first line.
Your message is the only trace I've found online of such an error.
Are you still facing it, or has it gone away?Taha
04/15/2026, 12:19 PMdependencies {
debugImplementation(compose.uiTooling)
}
this needed to be in the root of build.gradle (:composeApp)David Ferrand
05/07/2026, 1:07 PM