MarcinMoskala / KtAcademyPortal

Multiplatform Kotlin application of KotlinAcademy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Main build is broken

sapsan4eg opened this issue · comments

Hey, after your commit 24559d3 '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 kotlinx common-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.

commented

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