kotlin-playground
kotlin-playground copied to clipboard
Remove jquery from defaults
As jquery is deprecated in kotlin/JS, its use should be an opt-in decision.
Hm..and what about users who already uses JQuery as a default library? :)
I agree it's a breaking change but:
- the workaround is very easy to set up.
- who is using jquery today? ;-)
- imposing the load of jquery to everybody is quite weird.
One of the initial idea of Kotlin was to be able to make it evolving. We shouldn't keep at runtime libraries deprecated since two major versions.
=) I'm using! For instance, in plain canvas example.
Probably I might be drop the jquery in 1.19.0 or 1.20.0...I'll think