Omico

Results 19 issues of Omico

Now we could let Gradle provide its Kotlin DSL for compose. Before and after: ```diff import org.jetbrains.compose.ExperimentalComposeLibrary - import org.jetbrains.compose.compose // This is no longer required. plugins { id("org.jetbrains.compose") kotlin("multiplatform")...

Add the rememberUpdatedStateWithLifecycle APIs that represents its latest value via State in a lifecycle-aware manner. Only update the latest value while the lifecycle is at least in a certain Lifecycle.State....

Just play around with pkl. It seems that parsing AST takes a very long time. TLDR. In my PC, pkl takes 3089 ms, and kotlinx-serialization-properties takes 53 ms. ``` //...

Instead of adding bindings, it would be great if we had native Kotlin Multiplatform support. More then we can use pkl in more scenarios. For example, I am considering using...

Run `createDistributable` or `createReleaseDistributable` first. Then, make some changes to the code. Run `createDistributable` or `createReleaseDistributable` again. ``` Unable to delete directory 'G:\Git\Omico\xxx\xxx\desktop\build\compose\binaries\main-release\app' Failed to delete some children. This might...

bug
gradle
windows

It looks like Jetpack Compose Material 3 and Jetpack Compose Material have different release cycles. Maybe we can get rid of the plugin-defined versions and align with the Compose BOM...

enhancement
material3

summary of problem Gradle enterprise shows `Consider defining toolchain download repositories, otherwise the build might fail in clean environments; see https://docs.gradle.org/8.1.1/userguide/toolchains.html#sub:download_repositories` after I run `spotlessApply` task. I guess it may...

bug

### Description ![image](https://github.com/cashapp/sqldelight/assets/14316223/59cb628a-23ce-481e-8e75-bf603a159676) Naming the implementation directory according to the project name seems unnecessary. It is recommended to hardcode it to `internal` or `impl`. See also, https://github.com/cashapp/sqldelight/blob/5088d8c63479ccf529c4c76d43cbd93e4a10dfda/sqldelight-gradle-plugin/src/main/kotlin/app/cash/sqldelight/core/SqlDelightEnvironment.kt#L77 https://github.com/cashapp/sqldelight/blob/5088d8c63479ccf529c4c76d43cbd93e4a10dfda/sqldelight-compiler/src/main/kotlin/app/cash/sqldelight/core/compiler/SqlDelightCompiler.kt#L75-L96

feature

### SQLDelight Version 2.0.2 ### Operating System Windows ### Gradle Version 8.7 ### Kotlin Version 1.9.23 ### Dialect SQLite ### AGP Version _No response_ ### Describe the Bug Run `gradle...

bug