also, have others seen errors in multiproject kotl...
# gradle
m
also, have others seen errors in multiproject kotlin builds? it seems like one of subprojects is using
implementation(project(":other-project"))
builds with
1.1.3-2
but fails on
1.1.4-2
and
1.1.4-1
Copy code
1.1.3-2.txt:13:15:56.846 [LIFECYCLE] [org.gradle.internal.buildevents.BuildResultLogger] BUILD SUCCESSFUL in 51s                        
1.1.4-1.txt:12:59:53.877 [ERROR] [org.gradle.internal.buildevents.BuildResultLogger] BUILD FAILED in 5s                                 
1.1.4-2.txt:16:12:01.083 [ERROR] [org.gradle.internal.buildevents.BuildResultLogger] BUILD FAILED in 25s                                
1.1.4.txt:13:39:39.417 [ERROR] [org.gradle.internal.buildevents.BuildResultLogger] BUILD FAILED in 40s
running my build with different versions ^^