-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
606 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
kotlin version: 2.1.20-Beta1 | ||
error message: java.lang.NoSuchMethodError: 'java.lang.String org.jetbrains.kotlin.codegen.state.KotlinTypeMapper.mapFunctionName(org.jetbrains.kotlin.descriptors.FunctionDescriptor, org.jetbrains.kotlin.codegen.OwnerKind)' | ||
at com.google.devtools.ksp.processing.impl.ResolverImpl.getJvmName(ResolverImpl.kt:887) | ||
at dagger.spi.internal.shaded.androidx.room.compiler.processing.ksp.synthetic.KspSyntheticPropertyMethodElement$jvmName$2.invoke(KspSyntheticPropertyMethodElement.kt:74) | ||
at dagger.spi.internal.shaded.androidx.room.compiler.processing.ksp.synthetic.KspSyntheticPropertyMethodElement$jvmName$2.invoke(KspSyntheticPropertyMethodElement.kt:73) | ||
at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:83) | ||
at dagger.spi.internal.shaded.androidx.room.compiler.processing.ksp.synthetic.KspSyntheticPropertyMethodElement.getJvmName(KspSyntheticPropertyMethodElement.kt:73) | ||
at dagger.spi.internal.shaded.androidx.room.compiler.processing.ksp.KspAnnotation$typesByName$2.invoke(KspAnnotation.kt:96) | ||
at dagger.spi.internal.shaded.androidx.room.compiler.processing.ksp.KspAnnotation$typesByName$2.invoke(KspAnnotation.kt:77) | ||
at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:83) | ||
at dagger.spi.internal.shaded.androidx.room.compiler.processing.ksp.KspAnnotation.getTypesByName(KspAnnotation.kt:77) | ||
at dagger.spi.internal.shaded.androidx.room.compiler.processing.ksp.KspAnnotation.wrap(KspAnnotation.kt:66) | ||
at dagger.spi.internal.shaded.androidx.room.compiler.processing.ksp.KspAnnotation.access$wrap(KspAnnotation.kt:29) | ||
at dagger.spi.internal.shaded.androidx.room.compiler.processing.ksp.KspAnnotation$annotationValues$2.invoke(KspAnnotation.kt:59) | ||
at dagger.spi.internal.shaded.androidx.room.compiler.processing.ksp.KspAnnotation$annotationValues$2.invoke(KspAnnotation.kt:58) | ||
at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:83) | ||
at dagger.spi.internal.shaded.androidx.room.compiler.processing.ksp.KspAnnotation.getAnnotationValues(KspAnnotation.kt:58) | ||
at dagger.spi.internal.shaded.androidx.room.compiler.processing.InternalXAnnotation$valuesByName$2.invoke(InternalXAnnotation.kt:25) | ||
at dagger.spi.internal.shaded.androidx.room.compiler.processing.InternalXAnnotation$valuesByName$2.invoke(InternalXAnnotation.kt:24) | ||
at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:83) | ||
at dagger.spi.internal.shaded.androidx.room.compiler.processing.InternalXAnnotation.getValuesByName(InternalXAnnotation.kt:24) | ||
at dagger.spi.internal.shaded.androidx.room.compiler.processing.InternalXAnnotation.getAnnotationValue(InternalXAnnotation.kt:29) | ||
at dagger.spi.internal.shaded.androidx.room.compiler.processing.XAnnotation.getAsType(XAnnotation.kt:81) | ||
at dagger.hilt.android.processor.internal.viewmodel.ViewModelMetadata$Companion.create$java_dagger_hilt_android_processor_internal_viewmodel_processor_lib(ViewModelMetadata.kt:80) | ||
at dagger.hilt.android.processor.internal.viewmodel.ViewModelProcessingStep.processEach(ViewModelProcessingStep.kt:36) | ||
at dagger.hilt.processor.internal.BaseProcessingStep.process(BaseProcessingStep.java:118) | ||
at dagger.hilt.processor.internal.BaseProcessingStep.process(BaseProcessingStep.java:49) | ||
at dagger.spi.internal.shaded.androidx.room.compiler.processing.CommonProcessorDelegate.processRound(XBasicAnnotationProcessor.kt:132) | ||
at dagger.spi.internal.shaded.androidx.room.compiler.processing.ksp.KspBasicAnnotationProcessor.process(KspBasicAnnotationProcessor.kt:62) | ||
at com.google.devtools.ksp.AbstractKotlinSymbolProcessingExtension$doAnalysis$8$1.invoke(KotlinSymbolProcessingExtension.kt:320) | ||
at com.google.devtools.ksp.AbstractKotlinSymbolProcessingExtension$doAnalysis$8$1.invoke(KotlinSymbolProcessingExtension.kt:318) | ||
at com.google.devtools.ksp.AbstractKotlinSymbolProcessingExtension.handleException(KotlinSymbolProcessingExtension.kt:430) | ||
at com.google.devtools.ksp.AbstractKotlinSymbolProcessingExtension.doAnalysis(KotlinSymbolProcessingExtension.kt:318) | ||
at org.jetbrains.kotlin.cli.jvm.compiler.TopDownAnalyzerFacadeForJVM.analyzeFilesWithJavaIntegration(TopDownAnalyzerFacadeForJVM.kt:111) | ||
at org.jetbrains.kotlin.cli.jvm.compiler.TopDownAnalyzerFacadeForJVM.analyzeFilesWithJavaIntegration$default(TopDownAnalyzerFacadeForJVM.kt:74) | ||
at org.jetbrains.kotlin.cli.jvm.compiler.KotlinToJVMBytecodeCompiler.analyze$lambda$9(KotlinToJVMBytecodeCompiler.kt:353) | ||
at org.jetbrains.kotlin.cli.common.messages.AnalyzerWithCompilerReport.analyzeAndReport(AnalyzerWithCompilerReport.kt:112) | ||
at org.jetbrains.kotlin.cli.jvm.compiler.KotlinToJVMBytecodeCompiler.analyze(KotlinToJVMBytecodeCompiler.kt:344) | ||
at org.jetbrains.kotlin.cli.jvm.compiler.KotlinToJVMBytecodeCompiler.runFrontendAndGenerateIrUsingClassicFrontend(KotlinToJVMBytecodeCompiler.kt:176) | ||
at org.jetbrains.kotlin.cli.jvm.compiler.KotlinToJVMBytecodeCompiler.compileModules$cli(KotlinToJVMBytecodeCompiler.kt:101) | ||
at org.jetbrains.kotlin.cli.jvm.K2JVMCompiler.doExecute(K2JVMCompiler.kt:166) | ||
at org.jetbrains.kotlin.cli.jvm.K2JVMCompiler.doExecute(K2JVMCompiler.kt:40) | ||
at org.jetbrains.kotlin.cli.common.CLICompiler.execImpl(CLICompiler.kt:102) | ||
at org.jetbrains.kotlin.cli.common.CLICompiler.exec(CLICompiler.kt:316) | ||
at org.jetbrains.kotlin.daemon.CompileServiceImpl.compile(CompileServiceImpl.kt:1548) | ||
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | ||
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) | ||
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | ||
at java.base/java.lang.reflect.Method.invoke(Method.java:568) | ||
at java.rmi/sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:360) | ||
at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:200) | ||
at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:197) | ||
at java.base/java.security.AccessController.doPrivileged(AccessController.java:712) | ||
at java.rmi/sun.rmi.transport.Transport.serviceCall(Transport.java:196) | ||
at java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:587) | ||
at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:828) | ||
at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:705) | ||
at java.base/java.security.AccessController.doPrivileged(AccessController.java:399) | ||
at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:704) | ||
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) | ||
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) | ||
at java.base/java.lang.Thread.run(Thread.java:842) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
kotlin version: 2.1.20-Beta1 | ||
error message: java.lang.NoSuchMethodError: 'java.lang.String org.jetbrains.kotlin.codegen.state.KotlinTypeMapper.mapFunctionName(org.jetbrains.kotlin.descriptors.FunctionDescriptor, org.jetbrains.kotlin.codegen.OwnerKind)' | ||
at com.google.devtools.ksp.processing.impl.ResolverImpl.getJvmName(ResolverImpl.kt:887) | ||
at dagger.spi.internal.shaded.androidx.room.compiler.processing.ksp.synthetic.KspSyntheticPropertyMethodElement$jvmName$2.invoke(KspSyntheticPropertyMethodElement.kt:74) | ||
at dagger.spi.internal.shaded.androidx.room.compiler.processing.ksp.synthetic.KspSyntheticPropertyMethodElement$jvmName$2.invoke(KspSyntheticPropertyMethodElement.kt:73) | ||
at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:83) | ||
at dagger.spi.internal.shaded.androidx.room.compiler.processing.ksp.synthetic.KspSyntheticPropertyMethodElement.getJvmName(KspSyntheticPropertyMethodElement.kt:73) | ||
at dagger.spi.internal.shaded.androidx.room.compiler.processing.ksp.KspAnnotation$typesByName$2.invoke(KspAnnotation.kt:96) | ||
at dagger.spi.internal.shaded.androidx.room.compiler.processing.ksp.KspAnnotation$typesByName$2.invoke(KspAnnotation.kt:77) | ||
at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:83) | ||
at dagger.spi.internal.shaded.androidx.room.compiler.processing.ksp.KspAnnotation.getTypesByName(KspAnnotation.kt:77) | ||
at dagger.spi.internal.shaded.androidx.room.compiler.processing.ksp.KspAnnotation.wrap(KspAnnotation.kt:66) | ||
at dagger.spi.internal.shaded.androidx.room.compiler.processing.ksp.KspAnnotation.access$wrap(KspAnnotation.kt:29) | ||
at dagger.spi.internal.shaded.androidx.room.compiler.processing.ksp.KspAnnotation$annotationValues$2.invoke(KspAnnotation.kt:59) | ||
at dagger.spi.internal.shaded.androidx.room.compiler.processing.ksp.KspAnnotation$annotationValues$2.invoke(KspAnnotation.kt:58) | ||
at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:83) | ||
at dagger.spi.internal.shaded.androidx.room.compiler.processing.ksp.KspAnnotation.getAnnotationValues(KspAnnotation.kt:58) | ||
at dagger.spi.internal.shaded.androidx.room.compiler.processing.InternalXAnnotation$valuesByName$2.invoke(InternalXAnnotation.kt:25) | ||
at dagger.spi.internal.shaded.androidx.room.compiler.processing.InternalXAnnotation$valuesByName$2.invoke(InternalXAnnotation.kt:24) | ||
at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:83) | ||
at dagger.spi.internal.shaded.androidx.room.compiler.processing.InternalXAnnotation.getValuesByName(InternalXAnnotation.kt:24) | ||
at dagger.spi.internal.shaded.androidx.room.compiler.processing.InternalXAnnotation.getAnnotationValue(InternalXAnnotation.kt:29) | ||
at dagger.spi.internal.shaded.androidx.room.compiler.processing.XAnnotation.getAsType(XAnnotation.kt:81) | ||
at dagger.hilt.android.processor.internal.viewmodel.ViewModelMetadata$Companion.create$java_dagger_hilt_android_processor_internal_viewmodel_processor_lib(ViewModelMetadata.kt:80) | ||
at dagger.hilt.android.processor.internal.viewmodel.ViewModelProcessingStep.processEach(ViewModelProcessingStep.kt:36) | ||
at dagger.hilt.processor.internal.BaseProcessingStep.process(BaseProcessingStep.java:118) | ||
at dagger.hilt.processor.internal.BaseProcessingStep.process(BaseProcessingStep.java:49) | ||
at dagger.spi.internal.shaded.androidx.room.compiler.processing.CommonProcessorDelegate.processRound(XBasicAnnotationProcessor.kt:132) | ||
at dagger.spi.internal.shaded.androidx.room.compiler.processing.ksp.KspBasicAnnotationProcessor.process(KspBasicAnnotationProcessor.kt:62) | ||
at com.google.devtools.ksp.AbstractKotlinSymbolProcessingExtension$doAnalysis$8$1.invoke(KotlinSymbolProcessingExtension.kt:320) | ||
at com.google.devtools.ksp.AbstractKotlinSymbolProcessingExtension$doAnalysis$8$1.invoke(KotlinSymbolProcessingExtension.kt:318) | ||
at com.google.devtools.ksp.AbstractKotlinSymbolProcessingExtension.handleException(KotlinSymbolProcessingExtension.kt:430) | ||
at com.google.devtools.ksp.AbstractKotlinSymbolProcessingExtension.doAnalysis(KotlinSymbolProcessingExtension.kt:318) | ||
at org.jetbrains.kotlin.cli.jvm.compiler.TopDownAnalyzerFacadeForJVM.analyzeFilesWithJavaIntegration(TopDownAnalyzerFacadeForJVM.kt:111) | ||
at org.jetbrains.kotlin.cli.jvm.compiler.TopDownAnalyzerFacadeForJVM.analyzeFilesWithJavaIntegration$default(TopDownAnalyzerFacadeForJVM.kt:74) | ||
at org.jetbrains.kotlin.cli.jvm.compiler.KotlinToJVMBytecodeCompiler.analyze$lambda$9(KotlinToJVMBytecodeCompiler.kt:353) | ||
at org.jetbrains.kotlin.cli.common.messages.AnalyzerWithCompilerReport.analyzeAndReport(AnalyzerWithCompilerReport.kt:112) | ||
at org.jetbrains.kotlin.cli.jvm.compiler.KotlinToJVMBytecodeCompiler.analyze(KotlinToJVMBytecodeCompiler.kt:344) | ||
at org.jetbrains.kotlin.cli.jvm.compiler.KotlinToJVMBytecodeCompiler.runFrontendAndGenerateIrUsingClassicFrontend(KotlinToJVMBytecodeCompiler.kt:176) | ||
at org.jetbrains.kotlin.cli.jvm.compiler.KotlinToJVMBytecodeCompiler.compileModules$cli(KotlinToJVMBytecodeCompiler.kt:101) | ||
at org.jetbrains.kotlin.cli.jvm.K2JVMCompiler.doExecute(K2JVMCompiler.kt:166) | ||
at org.jetbrains.kotlin.cli.jvm.K2JVMCompiler.doExecute(K2JVMCompiler.kt:40) | ||
at org.jetbrains.kotlin.cli.common.CLICompiler.execImpl(CLICompiler.kt:102) | ||
at org.jetbrains.kotlin.cli.common.CLICompiler.exec(CLICompiler.kt:316) | ||
at org.jetbrains.kotlin.daemon.CompileServiceImpl.compile(CompileServiceImpl.kt:1548) | ||
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | ||
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) | ||
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | ||
at java.base/java.lang.reflect.Method.invoke(Method.java:568) | ||
at java.rmi/sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:360) | ||
at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:200) | ||
at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:197) | ||
at java.base/java.security.AccessController.doPrivileged(AccessController.java:712) | ||
at java.rmi/sun.rmi.transport.Transport.serviceCall(Transport.java:196) | ||
at java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:587) | ||
at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:828) | ||
at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:705) | ||
at java.base/java.security.AccessController.doPrivileged(AccessController.java:399) | ||
at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:704) | ||
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) | ||
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) | ||
at java.base/java.lang.Thread.run(Thread.java:842) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
kotlin version: 2.1.20-Beta1 | ||
error message: java.lang.NoSuchMethodError: 'java.lang.String org.jetbrains.kotlin.codegen.state.KotlinTypeMapper.mapFunctionName(org.jetbrains.kotlin.descriptors.FunctionDescriptor, org.jetbrains.kotlin.codegen.OwnerKind)' | ||
at com.google.devtools.ksp.processing.impl.ResolverImpl.getJvmName(ResolverImpl.kt:887) | ||
at dagger.spi.internal.shaded.androidx.room.compiler.processing.ksp.synthetic.KspSyntheticPropertyMethodElement$jvmName$2.invoke(KspSyntheticPropertyMethodElement.kt:74) | ||
at dagger.spi.internal.shaded.androidx.room.compiler.processing.ksp.synthetic.KspSyntheticPropertyMethodElement$jvmName$2.invoke(KspSyntheticPropertyMethodElement.kt:73) | ||
at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:83) | ||
at dagger.spi.internal.shaded.androidx.room.compiler.processing.ksp.synthetic.KspSyntheticPropertyMethodElement.getJvmName(KspSyntheticPropertyMethodElement.kt:73) | ||
at dagger.spi.internal.shaded.androidx.room.compiler.processing.ksp.KspAnnotation$typesByName$2.invoke(KspAnnotation.kt:96) | ||
at dagger.spi.internal.shaded.androidx.room.compiler.processing.ksp.KspAnnotation$typesByName$2.invoke(KspAnnotation.kt:77) | ||
at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:83) | ||
at dagger.spi.internal.shaded.androidx.room.compiler.processing.ksp.KspAnnotation.getTypesByName(KspAnnotation.kt:77) | ||
at dagger.spi.internal.shaded.androidx.room.compiler.processing.ksp.KspAnnotation.wrap(KspAnnotation.kt:66) | ||
at dagger.spi.internal.shaded.androidx.room.compiler.processing.ksp.KspAnnotation.access$wrap(KspAnnotation.kt:29) | ||
at dagger.spi.internal.shaded.androidx.room.compiler.processing.ksp.KspAnnotation$annotationValues$2.invoke(KspAnnotation.kt:59) | ||
at dagger.spi.internal.shaded.androidx.room.compiler.processing.ksp.KspAnnotation$annotationValues$2.invoke(KspAnnotation.kt:58) | ||
at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:83) | ||
at dagger.spi.internal.shaded.androidx.room.compiler.processing.ksp.KspAnnotation.getAnnotationValues(KspAnnotation.kt:58) | ||
at dagger.spi.internal.shaded.androidx.room.compiler.processing.InternalXAnnotation$valuesByName$2.invoke(InternalXAnnotation.kt:25) | ||
at dagger.spi.internal.shaded.androidx.room.compiler.processing.InternalXAnnotation$valuesByName$2.invoke(InternalXAnnotation.kt:24) | ||
at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:83) | ||
at dagger.spi.internal.shaded.androidx.room.compiler.processing.InternalXAnnotation.getValuesByName(InternalXAnnotation.kt:24) | ||
at dagger.spi.internal.shaded.androidx.room.compiler.processing.InternalXAnnotation.getAnnotationValue(InternalXAnnotation.kt:29) | ||
at dagger.spi.internal.shaded.androidx.room.compiler.processing.XAnnotation.getAsType(XAnnotation.kt:81) | ||
at dagger.hilt.android.processor.internal.viewmodel.ViewModelMetadata$Companion.create$java_dagger_hilt_android_processor_internal_viewmodel_processor_lib(ViewModelMetadata.kt:80) | ||
at dagger.hilt.android.processor.internal.viewmodel.ViewModelProcessingStep.processEach(ViewModelProcessingStep.kt:36) | ||
at dagger.hilt.processor.internal.BaseProcessingStep.process(BaseProcessingStep.java:118) | ||
at dagger.hilt.processor.internal.BaseProcessingStep.process(BaseProcessingStep.java:49) | ||
at dagger.spi.internal.shaded.androidx.room.compiler.processing.CommonProcessorDelegate.processRound(XBasicAnnotationProcessor.kt:132) | ||
at dagger.spi.internal.shaded.androidx.room.compiler.processing.ksp.KspBasicAnnotationProcessor.process(KspBasicAnnotationProcessor.kt:62) | ||
at com.google.devtools.ksp.AbstractKotlinSymbolProcessingExtension$doAnalysis$8$1.invoke(KotlinSymbolProcessingExtension.kt:320) | ||
at com.google.devtools.ksp.AbstractKotlinSymbolProcessingExtension$doAnalysis$8$1.invoke(KotlinSymbolProcessingExtension.kt:318) | ||
at com.google.devtools.ksp.AbstractKotlinSymbolProcessingExtension.handleException(KotlinSymbolProcessingExtension.kt:430) | ||
at com.google.devtools.ksp.AbstractKotlinSymbolProcessingExtension.doAnalysis(KotlinSymbolProcessingExtension.kt:318) | ||
at org.jetbrains.kotlin.cli.jvm.compiler.TopDownAnalyzerFacadeForJVM.analyzeFilesWithJavaIntegration(TopDownAnalyzerFacadeForJVM.kt:111) | ||
at org.jetbrains.kotlin.cli.jvm.compiler.TopDownAnalyzerFacadeForJVM.analyzeFilesWithJavaIntegration$default(TopDownAnalyzerFacadeForJVM.kt:74) | ||
at org.jetbrains.kotlin.cli.jvm.compiler.KotlinToJVMBytecodeCompiler.analyze$lambda$9(KotlinToJVMBytecodeCompiler.kt:353) | ||
at org.jetbrains.kotlin.cli.common.messages.AnalyzerWithCompilerReport.analyzeAndReport(AnalyzerWithCompilerReport.kt:112) | ||
at org.jetbrains.kotlin.cli.jvm.compiler.KotlinToJVMBytecodeCompiler.analyze(KotlinToJVMBytecodeCompiler.kt:344) | ||
at org.jetbrains.kotlin.cli.jvm.compiler.KotlinToJVMBytecodeCompiler.runFrontendAndGenerateIrUsingClassicFrontend(KotlinToJVMBytecodeCompiler.kt:176) | ||
at org.jetbrains.kotlin.cli.jvm.compiler.KotlinToJVMBytecodeCompiler.compileModules$cli(KotlinToJVMBytecodeCompiler.kt:101) | ||
at org.jetbrains.kotlin.cli.jvm.K2JVMCompiler.doExecute(K2JVMCompiler.kt:166) | ||
at org.jetbrains.kotlin.cli.jvm.K2JVMCompiler.doExecute(K2JVMCompiler.kt:40) | ||
at org.jetbrains.kotlin.cli.common.CLICompiler.execImpl(CLICompiler.kt:102) | ||
at org.jetbrains.kotlin.cli.common.CLICompiler.exec(CLICompiler.kt:316) | ||
at org.jetbrains.kotlin.daemon.CompileServiceImpl.compile(CompileServiceImpl.kt:1548) | ||
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | ||
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) | ||
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | ||
at java.base/java.lang.reflect.Method.invoke(Method.java:568) | ||
at java.rmi/sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:360) | ||
at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:200) | ||
at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:197) | ||
at java.base/java.security.AccessController.doPrivileged(AccessController.java:712) | ||
at java.rmi/sun.rmi.transport.Transport.serviceCall(Transport.java:196) | ||
at java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:587) | ||
at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:828) | ||
at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:705) | ||
at java.base/java.security.AccessController.doPrivileged(AccessController.java:399) | ||
at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:704) | ||
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) | ||
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) | ||
at java.base/java.lang.Thread.run(Thread.java:842) | ||
|
||
|
Oops, something went wrong.