Strum355
08/18/2021, 5:10 PMorg.jetbrains.kotlin:kotlin-stdlib:1.5.21
, but Im getting a lot of errors about /tmp/kotlin-stdlib/kotlin/util/Synchronized.kt:16:18: error: cannot access 'InlineOnly': it is internal in 'kotlin.internal'
in the files that use these internal symbols./tmp/kotlin-stdlib/kotlin/util/NumbersJVM.kt:185:31: error: actual function 'countLeadingZeroBits' has no corresponding expected declaration
and the same for other symbols.
The args to K2JVMCompiler are as follows:
-Xplugin=/home/noah/Sourcegraph/lsif-kotlin/semanticdb-kotlinc-1.0-SNAPSHOT.jar -P plugin:com.sourcegraph.lsif-kotlin:sourceroot=/tmp/kotlin-stdlib -P plugin:com.sourcegraph.lsif-kotlin:targetroot=/tmp/kotlin-stdlib/target -no-reflect -no-stdlib -Xno-check-actual -Xopt-in=kotlin.RequiresOptIn -Xopt-in=kotlin.ExperimentalUnsignedTypes -Xopt-in=kotlin.ExperimentalStdlibApi -Xopt-in=kotlin.contracts.ExperimentalContracts -Xopt-in=kotlin.ExperimentalMultiplatform -Xallow-kotlin-package -Xmulti-platform -nowarn -classpath /home/noah/.cache/coursier/v1/https/repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.5.21/kotlin-stdlib-1.5.21.jar:/home/noah/.cache/coursier/v1/https/repo1.maven.org/maven2/org/jetbrains/annotations/13.0/annotations-13.0.jar:/home/noah/.cache/coursier/v1/https/repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-common/1.5.21/kotlin-stdlib-common-1.5.21.jar
Anyone any ideas?Youssef Shoaib [MOD]
08/18/2021, 11:57 PMexpect
declaration that you're overriding iwith actual
Youssef Shoaib [MOD]
08/19/2021, 8:17 PMMutableDiagnostics
but I can't quite remember). @raulraja I think might be helpful in here cuz Arrow Meta did have some diagnostic-suppression logic in itraulraja
08/19/2021, 8:56 PMStrum355
08/19/2021, 10:36 PM