JS lib: provide Kotlin object as parameter of IIFE.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
(function () {
|
||||
(function (Kotlin) {
|
||||
"use strict";
|
||||
|
||||
// Shims for String
|
||||
@@ -1002,4 +1002,4 @@
|
||||
};
|
||||
|
||||
Kotlin.createDefinition(lazyInitClasses, Kotlin);
|
||||
})();
|
||||
})(Kotlin);
|
||||
|
||||
Reference in New Issue
Block a user