Hello people, I have a weird issue. While im build...
# android
f
Hello people, I have a weird issue. While im building/compiling my android application that has kotlin and java parts it takes about 10-15 mins. When i check gradle logs i see a statement like “could not connect to kotlin daemon. using fallback strategy.” which is true since i can see 2+ kotlin compiler daemon processes. How can i find the root cause for this problem?
r
Do u have two Kotlin stdlib ?
f
No there is only one version.