jeppeman / mockposable

Mocking with Jetpack Compose - stubbing and verification of Composable functions
Apache License 2.0
37 stars 3 forks source link

Compatibility with Kotlin 1.8.10+ #8

Closed jpetitto closed 1 year ago

jpetitto commented 1 year ago

My project is using Kotlin 1.8.10 but it seems that mockposable using 1.7.20 prevents us from being able to upgrade. Would it be possible to get a new release with the versions updated?

jeppeman commented 1 year ago

Hey, thanks for reporting. Coming up.

jeppeman commented 1 year ago

@jpetitto can you try with the snapshot version 0.3-SNAPSHOT?

Requires you to add the snapshot maven repo

maven {
    url 'https://oss.sonatype.org/content/repositories/snapshots/'
}
jpetitto commented 1 year ago

Looks good on our end. Thanks for the quick turnaround!

jeppeman commented 1 year ago

Great! 0.3 is available on mavenCentral now