Franco
04/25/2020, 11:04 PMkotlin-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.turansky
04/26/2020, 2:12 PMkotlin-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).turansky
04/26/2020, 7:51 PMpre.103?Yuta Tomiyama
04/28/2020, 2:58 AMkotlinx.css can't be foundYesterday I experienced same problem. I updated Gradle version from 5.2.1 to 6.3 and then the problem was solved.
Franco
05/14/2020, 12:10 AMpre.104 and the issue remainsFranco
05/14/2020, 12:11 AMFranco
05/14/2020, 12:45 AMREADME on the kotlin-wrappers repo to explain that a Gradle version > 6.x is necessary for this to compileturansky
05/14/2020, 1:47 AMFranco
05/14/2020, 2:45 AM