Yan Pujante
11/15/2020, 5:02 PMbuild.gradle.kts
project.version
variable in the Javascript code? I need this value to drive some of my code and so far I hardcoded it in the kotlin code, but if I change it in the build file and forget to change it in the kotlin code it will create some issues...rnett
11/15/2020, 9:54 PMandrewreitz
11/15/2020, 9:54 PMandrewreitz
11/15/2020, 9:55 PMturansky
11/15/2020, 10:36 PMjs
file and include like external
Yan Pujante
11/16/2020, 2:25 PMturansky
11/16/2020, 3:06 PMjs
file in DCE dir (build/js/packages/%your-project%/kotlin-dce
)
And use it in your project (my.js
for example)
@file:JsModule("my")
external class MyClass