Closed JakeWharton closed 1 year ago
Don't feel like dealing with the broken source set nonsense right now.
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?
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.
Closes #157. Closes #159.