add varargs notice

This commit is contained in:
InsanusMokrassar 2022-01-12 13:08:10 +06:00
parent f1abef9fcd
commit e6a9c5a148
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
# JSUIKit Kotlin
**IMPORTANT NOTICE**: ___Currently it is possible that you will have issues with `vararg` arguments passing to the functions.
Use `arrayOf(...)` instead___
Hello :) This library is a wrapper for JavaScript/CSS [UIKit](https://getuikit.com) framework. It uses the same
structure as in [UIKit Docs](https://getuikit.com/docs/introduction) and in most cases you may use it.