Trevor Stone
10/20/2021, 4:33 PMThe consumer was configured to find an API of a library compatible with Java 16, preferably in the form of class files, preferably optimized for standard JVMs, and its dependencies declared externally. However we cannot choose between the following variants of project :abc:xyz:
- debugApiElements
- debugRuntimeElements
- jvmApiElements
- jvmRuntimeElements
- releaseApiElements
- releaseRuntimeElements
If I disable android support from the project it builds without issue. It has been working fine on kotlin 1.5.31. Am I missing something that was a breaking change?sam
10/20/2021, 8:40 PMTrevor Stone
10/20/2021, 8:41 PMsam
10/20/2021, 8:42 PM