Kostadin Almishev
Kostadin Almishev
Why this lib is deprecated?
Fixes #130 To indent entire array when indicatorIndent != 0, to printer should be passed indentWithIndicator = true
New version `1.5.10` resets animation progress inside screen. In the example, progress indicator is animated from 0 to 1. Approximately when animatedProgress is between 0.05 - 0.1, composable recreates and...
Is there any way to setup gradle without manually build ndk? I tried with this gradle dependencies: ```groovy implementation platform("org.lwjgl:lwjgl-bom:3.2.3") implementation "org.lwjgl:lwjgl" implementation "org.lwjgl:lwjgl-opus" // linux runtimeOnly "org.lwjgl:lwjgl::natives-linux" runtimeOnly "org.lwjgl:lwjgl-opus::natives-linux"...