From e6a9c5a148dae89c143364a2f5f5e9a60bdb7168 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Wed, 12 Jan 2022 13:08:10 +0600 Subject: [PATCH] add varargs notice --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index dc5b6f2..d431f8f 100644 --- a/README.md +++ b/README.md @@ -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.