From d9e5ec706daa87a06578cc111bba0a757507de63 Mon Sep 17 00:00:00 2001 From: Ryan Batchelder Date: Sat, 23 Feb 2019 19:44:05 -0500 Subject: [PATCH] Update README example --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 51b98be..c451f56 100644 --- a/README.md +++ b/README.md @@ -28,13 +28,12 @@ buildscript { } } +//apply kotlin2js +apply plugin: 'kotlin2js' // apply plugin apply plugin: 'org.jetbrains.kotlin.frontend' -// apply kotlin2js -apply plugin: 'kotlin2js' - // configure kotlin compiler compileKotlin2Js { kotlinOptions.metaInfo = true