Is this library compatible with Java? #299
-
Can I use this library in android studio (java) |
Beta Was this translation helpful? Give feedback.
Answered by
patrickmichalik
Jul 4, 2023
Replies: 1 comment
-
Hello! You can add Vico to any Android project, whatever IDE you use. Being written in Kotlin, Vico is, as such, compatible with Java, but it’s not written with Java in mind. Functions with default arguments aren’t annotated with |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
louchiiin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello! You can add Vico to any Android project, whatever IDE you use. Being written in Kotlin, Vico is, as such, compatible with Java, but it’s not written with Java in mind. Functions with default arguments aren’t annotated with
@JvmOverloads
, for example. Because Jetpack Compose requires Kotlin, if you were to use Vico with Java, you would, of course, be restricted to the view version.