-
Hello,
Running the library with compose beta09 I get the following exception:
```
java.lang.NoSuchMethodError: No static method MarkdownText-eOtqqlQ(Ljava/lang/String;Landroidx/compose/ui/Modif…
-
Hello ! I added to my dependencies the implementation of lottie for lottie-compose
```
implementation "com.airbnb.android:lottie:4.1.0"
implementation "com.airbnb.android:lottie-compose:4.1.…
-
As JetpackCompose and SwiftUI are about to become the default mobile UI toolkits,
are you planning to implement KaMPKit with them?
-
**Please complete the following information:**
- Library Version [v1.2.2]
- Affected Device(s) [e.g. Samsung Galaxy s10 with Android 9.0]
**Describe the Bug:**
After updating the compose depe…
-
- [x] [#117-1] Clear back stack after successful login/signup _(**Issue:** When back navigation is pressed from Notes Screen, it tries to go back for sign in)_. ***[Fixed by #135]***
- [ ] [#117-2] …
-
For this sample code:
```kotlin
import androidx.compose.runtime.Composable
import androidx.compose.ui.Modifier
object FooBar {
fun doFoo(): @Composable (Modifier) -> Unit {
return { mo…
-
dependencies {
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:1.0.9")
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = J…
-
# Weekly GitHub Trending! (2021/08/09 ~ 2021/08/16)
## Python trending 4repo's
### [willmcgugan](https://github.com/willmcgugan) / [textual](https://github.com/willmcgugan/textual)
Textualは、最新のWeb開発に触…
ivgtr updated
3 years ago
-
# Weekly GitHub Trending! (2021/07/26 ~ 2021/08/02)
## Go trending 4repo's
### [erda-project](https://github.com/erda-project) / [erda](https://github.com/erda-project/erda)
Kubernetes向けのエンタープライズグレードの…
ivgtr updated
3 years ago
-
Hi, You have idea how to retain stack info. I think the reason is that NavigationInfo can't be placed in Bundle.
Bundle class is Android System method to retain data across such system events.
Do …