Hi there, I updated to the latest vetrsion of the ...
# javascript
f
Hi there, I updated to the latest vetrsion of the
kotlin-wrapper
libraries and now I'm experiencing a few issues: 1.
kotlinx.css
can't be found, but when checking the code in Github the package name doesn't seem to have changed. Does anyone know what happened here? 2. Library dependencies can't be accessed as before and now I have to add them explicitly in my
build.gradle.kts
, e.g.,
kotlin-react-dom
uses
kotlin-extensions
and I could access the latter without adding it in my build file, but now I can't unless I do add it. Was this on purpose or an issue of changing the build files to kts? @turansky I saw that the latest commits are mostly yours so you might know why these things are happening.
t
1.
kotlin-css
- Gradle dependency? 2.
kotlin-extensions
is separarte dependency technically. It will become API dependency in next release I think to simpilify dependency declaration (like in your case).
Could you check
pre.103
?
y
@Franco
kotlinx.css can't be found
Yesterday I experienced same problem. I updated Gradle version from 5.2.1 to 6.3 and then the problem was solved.
f
@turansky sorry for the delay on this, I tried
pre.104
and the issue remains
Trying the Gradle change that @Yuta Tomiyama suggested now
Updating Gradle to 6.4 fixed it, thanks @Yuta Tomiyama! 🙂 @turansky you might want to update the
README
on the
kotlin-wrappers
repo to explain that a Gradle version > 6.x is necessary for this to compile
t
What is your previous Gradle version?
f
5.5.1