Ben Woodworth
10/04/2020, 7:12 PM@Given
. The code compiles fine without the arrow meta gradle plugin (with runtime exceptions because of the given
default parameters), but with the plugin, I'm getting a compiler error:
java.lang.IllegalArgumentException: Unbound type parameters are forbidden: [Unbound private symbol org.jetbrains.kotlin.ir.symbols.impl.IrTypeParameterSymbolImpl@9d89209]
Project: Repo (3.2-arrow-meta branch, build with ./gradlew build
)
Stack trace: Gradle build scan
Is there a good way for me to go about debugging this? And if this is the same issue, then it might just be an issue in Kotlin that'll be fixed in 1.4.20.raulraja
10/05/2020, 11:43 AM