#KotlinJS_Gradle when we do build for the first ti...
# javascript
b
#KotlinJS_Gradle when we do build for the first time the project compile with no issues. but when we do build again on top of the previous build everything becomes unresolved ( the code i mean ). so we clean first and then we build and everything looks fine is this the intended behaviour ? clean every time and then perform build i had to mention that after making clean all the code lines becomes unresolved until we do build again
i
@Bahaa Kallas Hi! Can you please create an issue and attach your project? https://youtrack.jetbrains.com/issues/KT
g
Happens the same to me, I believe this is because of the new 1.3.6x version - https://kotlinlang.slack.com/archives/C0B8L3U69/p1575977940382400
b
@Ivan Kubyshkin [JetBrains] i will do that but i will wait for some time maybe someone has already face this and have more insights
i
I think it can be related with https://youtrack.jetbrains.com/issue/KT-35197
b
yes its the same issue always we need to clean before we make another build
i
As a WA you can try to declare dependencies not from NPM, but find analogues in bintray, e.g. https://bintray.com/kotlin/kotlin-js-wrappers/kotlin-css
👍 1
b
i will give it a shoot