We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
You state "This package is not Android-specific, and can be used across platforms" but the source contains import java.util.*
Assuming you meant JVM platforms. Is this project still being maintained?
Did you write observable property before https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.properties/-delegates/observable.html existed?
Are you aware of any pure kotlin observable list implementations out there?
The text was updated successfully, but these errors were encountered:
There is a Kotlin JS web UI framework called KVision that uses kotlin-observable without any major issues (supposedly). Can see the use of kotlin-observable here: https://github.com/rjaros/kvision/blob/eddaf3b80f887973380666d8c172ebc0cf238c69/src/test/kotlin/test/pl/treksoft/kvision/data/DataContainerSpec.kt
Sorry, something went wrong.
No branches or pull requests
You state "This package is not Android-specific, and can be used across platforms" but the source contains import java.util.*
Assuming you meant JVM platforms. Is this project still being maintained?
Did you write observable property before https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.properties/-delegates/observable.html existed?
Are you aware of any pure kotlin observable list implementations out there?
The text was updated successfully, but these errors were encountered: