https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
y

Yevgeni Liskovich

09/04/2020, 2:38 PM
Hi all, I have multi module gradle project(mono repo) for spring boot micro services and their common libraries. I am trying to take one common library(ktor client http wrapper) and migrate it to multiplatform module by changing build.gradle.kts file like this:
i think that the stacktrace mention that the problem is with gradle tooling plugin returned null when annotated with @NotNull but i don’t know why it happening or even if its the cause that i can’t import common methods in my services
11 Views