096edd8937
benchmarksAnalyzer is built with bootstrap KGP and snapshot compiler. Currently the former is K1, while the latter is K2. As a result, the build fails because K2 compiler needs -Xfragment-sources argument, while K1 uses -Xcommon-sources. So KGP passes the latter, while the compiler expects the former. Fix this by forcing KGP to use K2 for benchmarksAnalyzer.
4 lines
133 B
Properties
4 lines
133 B
Properties
kotlin.native.home=../../dist
|
|
org.gradle.jvmargs=-Xmx2048m
|
|
kotlin.experimental.tryK2=true
|
|
kotlin.mpp.enableCInteropCommonization=true |