File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 3131 },
3232 "homepage" : " https://github.com/andfaulkner/kotlin-multiplatform-experiment#readme" ,
3333 "dependencies" : {
34+ "kotlin" : " ^1.2.10" ,
3435 "lodash" : " ^4.17.4"
3536 },
3637 "devDependencies" : {
Original file line number Diff line number Diff line change 11const kotlin = require ( 'kotlin' ) as { collections : { HashMap : any } } ;
2- import * as javelinWrapperImport from '../build/js/index' ;
2+ // import * as javelinWrapperImport from '../build/js/index';
33
4- import srcJsOutput from '../src-js/build/classes/main/src-js. js' ;
4+ import '../src-js/build/classes/main/src-js' ;
55
Original file line number Diff line number Diff line change @@ -736,6 +736,10 @@ kind-of@^4.0.0:
736736 dependencies :
737737 is-buffer "^1.1.5"
738738
739+ kotlin@^1.2.10 :
740+ version "1.2.10"
741+ resolved "https://registry.yarnpkg.com/kotlin/-/kotlin-1.2.10.tgz#004c6b318dcfec7aaccbe53e540addf402163633"
742+
739743latest-version@^3.0.0 :
740744 version "3.1.0"
741745 resolved "https://registry.yarnpkg.com/latest-version/-/latest-version-3.1.0.tgz#a205383fea322b33b5ae3b18abee0dc2f356ee15"
You can’t perform that action at this time.
0 commit comments