Marty
Marty
> We can gradually promote them to experimental. > Our original concern was top-level scope pollution, but it seems like it doesn't bother anyone. What does this answer mean? Can...
Just wanted to share that I added this to my app level `build.gradle.kts` (inside of android { }) ``` tasks.withType().all { kotlinOptions.freeCompilerArgs += listOf( "-Xopt-in=kotlin.RequiresOptIn", "-Xopt-in=kotlin.OptIn", "-Xopt-in=kotlinx.coroutines.ExperimentalCoroutinesApi", "-Xopt-in=kotlinx.coroutines.ObsoleteCoroutinesApi", "-Xopt-in=kotlinx.coroutines.FlowPreview" )...
Just wanted to share that I added this to my app level `build.gradle.kts` (inside of the android { }) ``` tasks.withType().all { kotlinOptions.freeCompilerArgs += listOf( "-Xopt-in=kotlin.RequiresOptIn", "-Xopt-in=kotlin.OptIn", "-Xopt-in=kotlinx.coroutines.ExperimentalCoroutinesApi", "-Xopt-in=kotlinx.coroutines.ObsoleteCoroutinesApi", "-Xopt-in=kotlinx.coroutines.FlowPreview"...
I can't even get it to import Error:(191, 13) Failed to resolve: com.faradaj:patterned-edit-text:1.0 Show in FileShow in Project Structure dialog
Wow, great support there. 23 days and not a single response. Thanks!
This was opened in 2021 and we still don't have a Compose version of CardInputWidget?
I don't get why the compiler can't just tell you which field is causing the issue.
Really need this. Is there a reason it was never merged?
I'm having the same issue. It doesn't tell me what plugins!