Louis CAD
Louis CAD
Hi, xml styles don't support programmatic usage (unless you hack deep like I did to integrate styles from Material Components, as documented in Splitties Views DSL README). You need to...
Name idea: "Extensions for concise Android development with Kotlin."
New name idea: "A family of small Kotlin libraries for delightful Android development". Sine I find it better than the current description, I'm changing it for this, until I find...
New name idea: "Write Android apps and libs with idiomatic Kotlin".
When #83 is resolved, the tagline could mention Android Jetpack since their philosophies are quite similar. A few ideas: - Packs of boost for Android Jetpack - Android Jetpack, extended...
Now that this project is becoming multiplatform (look at what you've done, JetBrains!), almost all of the tagline ideas above are stale. Here's a fresh set of new tagline ideas:...
Kotlin `object`s are not recognized by Groovy, plus other weird things, that's why I had lowercase `val`s initially, so Groovy can see them.
Have you tried having a top level `androidX` `val` ?
Hi, you're using Kotlin 1.4.30 and I unfortunately used experimental inline classes from 1.4.20 in this part of Splitties Views DSL, that's the cause of the crash. I'll publish a...
FYI, there's a workaround: using this compiler argument: `-Xuse-14-inline-classes-mangling-scheme`, that can unblock you until the Splitties release is there @raviteja786143.