PatrickVvB
PatrickVvB
Try something like this: ``` TextStyle( lineHeight = 36.sp, lineHeightStyle = LineHeightStyle( alignment = LineHeightStyle.Alignment.Center, trim = LineHeightStyle.Trim.None ), platformStyle = PlatformTextStyle(includeFontPadding = false) ) ``` https://developer.android.com/jetpack/compose/text/style-paragraph#adjust-line-height
Hi everyone! Do you still have plans for jar? In our case, we don't want to use detekt with gradle.
@balachandarg-tw Did you solve this problem? @yahavi I have the same problem in gradle 8.5 and jfrog plugin 5.2.0. I add artifactory-block in top-level build.gradle.kts ``` buildscript { dependencies {...