MarcinMoskala / KtAcademyPortal

Multiplatform Kotlin application of KotlinAcademy
Apache License 2.0
444 stars 55 forks source link

Main build is broken #40

Closed sapsan4eg closed 6 years ago

sapsan4eg commented 6 years ago

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 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.

lex-em commented 6 years ago

Hi, can it be fixed?

MarcinMoskala commented 6 years ago

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