skydoves / Orbital

🪐 Jetpack Compose Multiplatform library that allows you to implement dynamic transition animations such as shared element transitions.
Apache License 2.0
1.12k stars 36 forks source link

Pre-release version of Kotlin #11

Closed Vivecstel closed 2 years ago

Vivecstel commented 2 years ago

Please complete the following information:

Describe the Bug:

Getting this error: is compiled by a pre-release version of Kotlin and cannot be loaded by this version of the compiler And i have kotlin 1.7.10, compose 1.3.0-alpha03 and compose compiler 1.3.0

Expected Behavior:

Should be able to build the project without issues when adding the orbital library.

skydoves commented 2 years ago

Hi @Vivecstel, a new version 0.2.1 was released. Could you try to build your project with this version? Thanks!

Vivecstel commented 2 years ago

Hmm I am still getting the same error with 0.2.1. It seems weird because I have the same versions as Orbital. Didn't have this issue with your rest compose libraries (landscapist, orchestra).

skydoves commented 2 years ago

Hey, thank you for checking this. What about 0.2.2-SNAPSHOT?

Vivecstel commented 2 years ago

It worked with the snapshot release @skydoves . Thanks.