Closed sapsan4eg closed 6 years ago
Hi, can it be fixed?
Probably, but I don't have time now to check it out. I don't use ./gradlew build
at all. I use
./gradlew :backend:run
./gradlew :web:run
./gradlew :desktop:run
./gradlew clean
Sometimes also:
./gradlew :backend:build
etc.
They work fine. Check out Travis: https://travis-ci.org/MarcinMoskala/KotlinAcademyApp
Hey, after your commit 24559d36c8cbe6150a0cb42b1ebe6f1f5e716c91 'Introduce coroutines to common-client module' the main build stopped working. To reproduce this bug, on master branch just run:
./gradlew build
. Gradle cannot find the kotlinxcommon-client/src/main/kotlin/org/kotlinacademy/presentation/BasePresenter.kt: (3, 8): Unresolved reference: kotlinx
Separately, the project is built and started normally. But this is a very annoying mistake that is misleading.