I added SettingsScreen.kt from the repo to my project and launched it as a preview
I get this error
java.lang.IllegalArgumentException: Cannot perform operation for Unspecified type.
at androidx.compose.ui.unit.TextUnitKt.checkArithmetic--R2X_6o(TextUnit.kt:344)
at com.jamal.composeprefs3.ui.GroupHeaderKt.GroupHeader-iJQMabo(GroupHeader.kt:74)
I added
SettingsScreen.ktfrom the repo to my project and launched it as a previewI get this error