-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
I’m seeing this in CI for Zipline, and can reproduce locally by deleting my local Konan directory.
$ rm -rf ~/.konan/kotlin-native-prebuilt-*
$ ./gradlew build --stacktrace
FAILURE: Build failed with an exception.
* Where:
Build file '/Users/jwilson/Projects/zipline/zipline/build.gradle.kts' line: 155
* What went wrong:
org.jetbrains.kotlin.konan.target.PlatformManager
* Try:
Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Exception is:
java.lang.ClassNotFoundException: org.jetbrains.kotlin.konan.target.PlatformManager
at co.touchlab.cklib.gradle.reflection.PlatformManager.<init>(PlatformManager.kt:28)
at co.touchlab.cklib.gradle.CKlibGradleExtensionKt.getPlatformManager(CKlibGradleExtension.kt:28)
at co.touchlab.cklib.gradle.CompileToBitcodeExtension.create(CompileToBitcodeExtension.kt:33)
at co.touchlab.cklib.gradle.CompileToBitcodeExtension.create$default(CompileToBitcodeExtension.kt:24)
at Build_gradle$2.execute(build.gradle.kts:155)
at Build_gradle$2.execute(build.gradle.kts:6)
Metadata
Metadata
Assignees
Labels
No labels