intuit / intuit/ssp

How to used this library in Jetpack Compose

Open
#20 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
574
Forks
104
PR merge metrics
No merged PRs in 30d

Description

I want to use this dependency in my project similar to how Kotlin handles dimensions in XML, like:

xml
Copy code
android:layout_marginEnd="@dimen/_5sdp"
I want to achieve the same in Jetpack Compose, where I use:

kotlin compose
Copy code
Column(
modifier = Modifier
.background(globalWhite)
.padding(bottom = 12.dp, start = 6.dp, end = 6.dp, top = 6.dp),
) {
How can I do this in Jetpack Compose also with ssp and sdp support ?"

Contributor guide

Open the contributing guide

Research direction

No file, test, or entry point is named. Start by reviewing the repository's existing usage documentation and checking whether Jetpack Compose support is already described; done means providing a verified explanation of how to use the dependency with Compose and ssp/sdp units.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, kotlin
Domain
documentation, mobile
Issue type
Documentation
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.