Reveal is incompatible with Kotlin v1.7.0 #58
-
Our project is using Kotlin v1.7.0 and I see reveal v1.2.0 is compiled with Kotlin v1.9.0 which is creating incompatibility issues. |
Beta Was this translation helpful? Give feedback.
Answered by
svenjacobs
Jul 26, 2023
Replies: 1 comment 5 replies
-
I'm sorry you have problems with Reveal 1.2.0. Could you please specify what the incompatibilities are? Can you please post error messages? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The only solution I can think of right now is to clone the repository, change the Kotlin and Compose Compiler versions, build the AAR locally, put the file in a
libs
folder in your project and reference that local file in yourdependencies
section.