cashapp / molecule

Build a StateFlow stream using Jetpack Compose
https://cashapp.github.io/molecule/docs/1.x/
Apache License 2.0
1.89k stars 81 forks source link

Kotlin 1.8 and Compose compiler 1.4.0 #169

Closed JakeWharton closed 1 year ago

JakeWharton commented 1 year ago

Closes #157. Closes #159.

JakeWharton commented 1 year ago

Don't feel like dealing with the broken source set nonsense right now.

LouisCAD commented 1 year ago

Is there a way to override the Compose Gradle plugin version that Molecule requests so we can update to Kotlin 1.8.10 or even to a Compose compiler pre-release/snapshot?

JakeWharton commented 1 year ago

If you mean the Compose Kotlin compiler plugin then I would suggest using Gradle's resolution strategy to either force the version or use dependency substitution. It's added as a normal dependency to the plugin configuration for each target so the normal ways to manipulate a dependency will apply.