-
Notifications
You must be signed in to change notification settings - Fork 5
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
ismail
committed
May 11, 2024
0 parents
commit 2f9483c
Showing
409 changed files
with
8,482 additions
and
0 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,29 @@ | ||
// Project generated by Kotlin Multiplatform Wizard | ||
{ | ||
"spec": { | ||
"template_id": "kmt", | ||
"targets": { | ||
"android": { | ||
"ui": [ | ||
"compose" | ||
] | ||
}, | ||
"ios": { | ||
"ui": [ | ||
"compose" | ||
] | ||
}, | ||
"desktop": { | ||
"ui": [ | ||
"compose" | ||
] | ||
}, | ||
"web": { | ||
"ui": [ | ||
"compose" | ||
] | ||
} | ||
} | ||
}, | ||
"timestamp": "2024-05-10T17:50:31.716668006Z" | ||
} |
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,17 @@ | ||
*.iml | ||
.gradle | ||
**/build/ | ||
xcuserdata | ||
!src/**/build/ | ||
local.properties | ||
.idea | ||
.DS_Store | ||
captures | ||
.externalNativeBuild | ||
.cxx | ||
*.xcodeproj/* | ||
!*.xcodeproj/project.pbxproj | ||
!*.xcodeproj/xcshareddata/ | ||
!*.xcodeproj/project.xcworkspace/ | ||
!*.xcworkspace/contents.xcworkspacedata | ||
**/xcshareddata/WorkspaceSettings.xcsettings |
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,30 @@ | ||
kotlin version: 2.0.0-RC2 | ||
error message: java.lang.IllegalArgumentException: Duplicate definition: ic#50:/Platforms.MOBILE|null[0]-0 | ||
at org.jetbrains.kotlin.ir.backend.js.transformers.irToJs.CrossModuleDependenciesResolver.resolveCrossModuleDependencies(JsIrProgramFragment.kt:122) | ||
at org.jetbrains.kotlin.ir.backend.js.ic.JsExecutableProducer.buildMultiArtifactExecutable(JsExecutableProducer.kt:63) | ||
at org.jetbrains.kotlin.ir.backend.js.ic.JsExecutableProducer.buildExecutable(JsExecutableProducer.kt:36) | ||
at org.jetbrains.kotlin.cli.js.K2JsIrCompiler.doExecute(K2JsIrCompiler.kt:345) | ||
at org.jetbrains.kotlin.cli.js.K2JSCompiler.doExecute(K2JSCompiler.java:109) | ||
at org.jetbrains.kotlin.cli.js.K2JSCompiler.doExecute(K2JSCompiler.java:72) | ||
at org.jetbrains.kotlin.cli.common.CLICompiler.execImpl(CLICompiler.kt:104) | ||
at org.jetbrains.kotlin.cli.common.CLICompiler.execImpl(CLICompiler.kt:48) | ||
at org.jetbrains.kotlin.cli.common.CLITool.exec(CLITool.kt:101) | ||
at org.jetbrains.kotlin.daemon.CompileServiceImpl.compile(CompileServiceImpl.kt:1556) | ||
at jdk.internal.reflect.GeneratedMethodAccessor13.invoke(Unknown Source) | ||
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | ||
at java.base/java.lang.reflect.Method.invoke(Unknown Source) | ||
at java.rmi/sun.rmi.server.UnicastServerRef.dispatch(Unknown Source) | ||
at java.rmi/sun.rmi.transport.Transport$1.run(Unknown Source) | ||
at java.rmi/sun.rmi.transport.Transport$1.run(Unknown Source) | ||
at java.base/java.security.AccessController.doPrivileged(Unknown Source) | ||
at java.rmi/sun.rmi.transport.Transport.serviceCall(Unknown Source) | ||
at java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source) | ||
at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(Unknown Source) | ||
at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(Unknown Source) | ||
at java.base/java.security.AccessController.doPrivileged(Unknown Source) | ||
at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source) | ||
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) | ||
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) | ||
at java.base/java.lang.Thread.run(Unknown Source) | ||
|
||
|
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,53 @@ | ||
kotlin version: 2.0.0-RC2 | ||
error message: java.lang.IllegalStateException: IrPropertyPublicSymbolImpl for /JsPlatform$stableprop|#static{}JsPlatform$stableprop[0] is already bound: PROPERTY name:JsPlatform$stableprop visibility:public modality:FINAL [val] | ||
at org.jetbrains.kotlin.ir.symbols.impl.IrBindablePublicSymbolBase.bind(IrPublicSymbolBase.kt:69) | ||
at org.jetbrains.kotlin.ir.declarations.impl.IrPropertyImpl.<init>(IrPropertyImpl.kt:65) | ||
at org.jetbrains.kotlin.ir.declarations.impl.AbstractIrFactoryImpl.createProperty(IrFactoryImpl.kt:297) | ||
at org.jetbrains.kotlin.ir.declarations.impl.IrFactoryImplForJsIC.createProperty(IrFactoryImplForJsIC.kt:278) | ||
at org.jetbrains.kotlin.ir.declarations.IrFactory$DefaultImpls.createProperty$default(IrFactory.kt:122) | ||
at org.jetbrains.kotlin.backend.common.serialization.IrDeclarationDeserializer.deserializeIrProperty$lambda$69$lambda$63(IrDeclarationDeserializer.kt:760) | ||
at org.jetbrains.kotlin.ir.util.SymbolTable.declareProperty(SymbolTable.kt:799) | ||
at org.jetbrains.kotlin.backend.common.serialization.IrDeclarationDeserializer.deserializeIrProperty(IrDeclarationDeserializer.kt:759) | ||
at org.jetbrains.kotlin.backend.common.serialization.IrDeclarationDeserializer.deserializeDeclaration(IrDeclarationDeserializer.kt:822) | ||
at org.jetbrains.kotlin.backend.common.serialization.IrDeclarationDeserializer.deserializeDeclaration$default(IrDeclarationDeserializer.kt:815) | ||
at org.jetbrains.kotlin.backend.common.serialization.IrFileDeserializer.deserializeDeclaration(IrFileDeserializer.kt:40) | ||
at org.jetbrains.kotlin.backend.common.serialization.FileDeserializationState.deserializeAllFileReachableTopLevel(IrFileDeserializer.kt:127) | ||
at org.jetbrains.kotlin.backend.common.serialization.BasicIrModuleDeserializer$ModuleDeserializationState.deserializeReachableDeclarations(BasicIrModuleDeserializer.kt:173) | ||
at org.jetbrains.kotlin.backend.common.serialization.BasicIrModuleDeserializer.deserializeReachableDeclarations(BasicIrModuleDeserializer.kt:141) | ||
at org.jetbrains.kotlin.backend.common.serialization.KotlinIrLinker.deserializeAllReachableTopLevels(KotlinIrLinker.kt:110) | ||
at org.jetbrains.kotlin.backend.common.serialization.KotlinIrLinker.findDeserializedDeclarationForSymbol(KotlinIrLinker.kt:121) | ||
at org.jetbrains.kotlin.backend.common.serialization.KotlinIrLinker.deserializeOrResolveDeclaration(KotlinIrLinker.kt:158) | ||
at org.jetbrains.kotlin.backend.common.serialization.KotlinIrLinker.getDeclaration(KotlinIrLinker.kt:147) | ||
at org.jetbrains.kotlin.ir.util.ExternalDependenciesGenerator.generateUnboundSymbolsAsDependencies(ExternalDependenciesGenerator.kt:39) | ||
at org.jetbrains.kotlin.ir.backend.js.ic.LoadedJsIr.loadUnboundSymbols(JsIrLinkerLoader.kt:80) | ||
at org.jetbrains.kotlin.ir.backend.js.ic.JsIrLinkerLoader.loadIr(JsIrLinkerLoader.kt:247) | ||
at org.jetbrains.kotlin.ir.backend.js.ic.JsIrLinkerLoader.loadIr$default(JsIrLinkerLoader.kt:191) | ||
at org.jetbrains.kotlin.ir.backend.js.ic.CacheUpdater.loadIrForDirtyFilesAndInitCompiler(CacheUpdater.kt:704) | ||
at org.jetbrains.kotlin.ir.backend.js.ic.CacheUpdater.loadIrAndMakeIrFragmentGenerators(CacheUpdater.kt:768) | ||
at org.jetbrains.kotlin.ir.backend.js.ic.CacheUpdater.actualizeCaches(CacheUpdater.kt:804) | ||
at org.jetbrains.kotlin.cli.js.K2JsIrCompiler.prepareIcCaches(K2JsIrCompiler.kt:674) | ||
at org.jetbrains.kotlin.cli.js.K2JsIrCompiler.doExecute(K2JsIrCompiler.kt:294) | ||
at org.jetbrains.kotlin.cli.js.K2JSCompiler.doExecute(K2JSCompiler.java:109) | ||
at org.jetbrains.kotlin.cli.js.K2JSCompiler.doExecute(K2JSCompiler.java:72) | ||
at org.jetbrains.kotlin.cli.common.CLICompiler.execImpl(CLICompiler.kt:104) | ||
at org.jetbrains.kotlin.cli.common.CLICompiler.execImpl(CLICompiler.kt:48) | ||
at org.jetbrains.kotlin.cli.common.CLITool.exec(CLITool.kt:101) | ||
at org.jetbrains.kotlin.daemon.CompileServiceImpl.compile(CompileServiceImpl.kt:1556) | ||
at jdk.internal.reflect.GeneratedMethodAccessor13.invoke(Unknown Source) | ||
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | ||
at java.base/java.lang.reflect.Method.invoke(Unknown Source) | ||
at java.rmi/sun.rmi.server.UnicastServerRef.dispatch(Unknown Source) | ||
at java.rmi/sun.rmi.transport.Transport$1.run(Unknown Source) | ||
at java.rmi/sun.rmi.transport.Transport$1.run(Unknown Source) | ||
at java.base/java.security.AccessController.doPrivileged(Unknown Source) | ||
at java.rmi/sun.rmi.transport.Transport.serviceCall(Unknown Source) | ||
at java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source) | ||
at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(Unknown Source) | ||
at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(Unknown Source) | ||
at java.base/java.security.AccessController.doPrivileged(Unknown Source) | ||
at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source) | ||
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) | ||
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) | ||
at java.base/java.lang.Thread.run(Unknown Source) | ||
|
||
|
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,53 @@ | ||
kotlin version: 2.0.0-RC2 | ||
error message: java.lang.IllegalStateException: IrPropertyPublicSymbolImpl for /JsPlatform$stableprop|#static{}JsPlatform$stableprop[0] is already bound: PROPERTY name:JsPlatform$stableprop visibility:public modality:FINAL [val] | ||
at org.jetbrains.kotlin.ir.symbols.impl.IrBindablePublicSymbolBase.bind(IrPublicSymbolBase.kt:69) | ||
at org.jetbrains.kotlin.ir.declarations.impl.IrPropertyImpl.<init>(IrPropertyImpl.kt:65) | ||
at org.jetbrains.kotlin.ir.declarations.impl.AbstractIrFactoryImpl.createProperty(IrFactoryImpl.kt:297) | ||
at org.jetbrains.kotlin.ir.declarations.impl.IrFactoryImplForJsIC.createProperty(IrFactoryImplForJsIC.kt:278) | ||
at org.jetbrains.kotlin.ir.declarations.IrFactory$DefaultImpls.createProperty$default(IrFactory.kt:122) | ||
at org.jetbrains.kotlin.backend.common.serialization.IrDeclarationDeserializer.deserializeIrProperty$lambda$69$lambda$63(IrDeclarationDeserializer.kt:760) | ||
at org.jetbrains.kotlin.ir.util.SymbolTable.declareProperty(SymbolTable.kt:799) | ||
at org.jetbrains.kotlin.backend.common.serialization.IrDeclarationDeserializer.deserializeIrProperty(IrDeclarationDeserializer.kt:759) | ||
at org.jetbrains.kotlin.backend.common.serialization.IrDeclarationDeserializer.deserializeDeclaration(IrDeclarationDeserializer.kt:822) | ||
at org.jetbrains.kotlin.backend.common.serialization.IrDeclarationDeserializer.deserializeDeclaration$default(IrDeclarationDeserializer.kt:815) | ||
at org.jetbrains.kotlin.backend.common.serialization.IrFileDeserializer.deserializeDeclaration(IrFileDeserializer.kt:40) | ||
at org.jetbrains.kotlin.backend.common.serialization.FileDeserializationState.deserializeAllFileReachableTopLevel(IrFileDeserializer.kt:127) | ||
at org.jetbrains.kotlin.backend.common.serialization.BasicIrModuleDeserializer$ModuleDeserializationState.deserializeReachableDeclarations(BasicIrModuleDeserializer.kt:173) | ||
at org.jetbrains.kotlin.backend.common.serialization.BasicIrModuleDeserializer.deserializeReachableDeclarations(BasicIrModuleDeserializer.kt:141) | ||
at org.jetbrains.kotlin.backend.common.serialization.KotlinIrLinker.deserializeAllReachableTopLevels(KotlinIrLinker.kt:110) | ||
at org.jetbrains.kotlin.backend.common.serialization.KotlinIrLinker.findDeserializedDeclarationForSymbol(KotlinIrLinker.kt:121) | ||
at org.jetbrains.kotlin.backend.common.serialization.KotlinIrLinker.deserializeOrResolveDeclaration(KotlinIrLinker.kt:158) | ||
at org.jetbrains.kotlin.backend.common.serialization.KotlinIrLinker.getDeclaration(KotlinIrLinker.kt:147) | ||
at org.jetbrains.kotlin.ir.util.ExternalDependenciesGenerator.generateUnboundSymbolsAsDependencies(ExternalDependenciesGenerator.kt:39) | ||
at org.jetbrains.kotlin.ir.backend.js.ic.LoadedJsIr.loadUnboundSymbols(JsIrLinkerLoader.kt:80) | ||
at org.jetbrains.kotlin.ir.backend.js.ic.JsIrLinkerLoader.loadIr(JsIrLinkerLoader.kt:247) | ||
at org.jetbrains.kotlin.ir.backend.js.ic.JsIrLinkerLoader.loadIr$default(JsIrLinkerLoader.kt:191) | ||
at org.jetbrains.kotlin.ir.backend.js.ic.CacheUpdater.loadIrForDirtyFilesAndInitCompiler(CacheUpdater.kt:704) | ||
at org.jetbrains.kotlin.ir.backend.js.ic.CacheUpdater.loadIrAndMakeIrFragmentGenerators(CacheUpdater.kt:768) | ||
at org.jetbrains.kotlin.ir.backend.js.ic.CacheUpdater.actualizeCaches(CacheUpdater.kt:804) | ||
at org.jetbrains.kotlin.cli.js.K2JsIrCompiler.prepareIcCaches(K2JsIrCompiler.kt:674) | ||
at org.jetbrains.kotlin.cli.js.K2JsIrCompiler.doExecute(K2JsIrCompiler.kt:294) | ||
at org.jetbrains.kotlin.cli.js.K2JSCompiler.doExecute(K2JSCompiler.java:109) | ||
at org.jetbrains.kotlin.cli.js.K2JSCompiler.doExecute(K2JSCompiler.java:72) | ||
at org.jetbrains.kotlin.cli.common.CLICompiler.execImpl(CLICompiler.kt:104) | ||
at org.jetbrains.kotlin.cli.common.CLICompiler.execImpl(CLICompiler.kt:48) | ||
at org.jetbrains.kotlin.cli.common.CLITool.exec(CLITool.kt:101) | ||
at org.jetbrains.kotlin.daemon.CompileServiceImpl.compile(CompileServiceImpl.kt:1556) | ||
at jdk.internal.reflect.GeneratedMethodAccessor13.invoke(Unknown Source) | ||
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | ||
at java.base/java.lang.reflect.Method.invoke(Unknown Source) | ||
at java.rmi/sun.rmi.server.UnicastServerRef.dispatch(Unknown Source) | ||
at java.rmi/sun.rmi.transport.Transport$1.run(Unknown Source) | ||
at java.rmi/sun.rmi.transport.Transport$1.run(Unknown Source) | ||
at java.base/java.security.AccessController.doPrivileged(Unknown Source) | ||
at java.rmi/sun.rmi.transport.Transport.serviceCall(Unknown Source) | ||
at java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source) | ||
at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(Unknown Source) | ||
at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(Unknown Source) | ||
at java.base/java.security.AccessController.doPrivileged(Unknown Source) | ||
at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source) | ||
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) | ||
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) | ||
at java.base/java.lang.Thread.run(Unknown Source) | ||
|
||
|
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,53 @@ | ||
kotlin version: 2.0.0-RC2 | ||
error message: java.lang.IllegalStateException: IrPropertyPublicSymbolImpl for /JsPlatform$stableprop|#static{}JsPlatform$stableprop[0] is already bound: PROPERTY name:JsPlatform$stableprop visibility:public modality:FINAL [val] | ||
at org.jetbrains.kotlin.ir.symbols.impl.IrBindablePublicSymbolBase.bind(IrPublicSymbolBase.kt:69) | ||
at org.jetbrains.kotlin.ir.declarations.impl.IrPropertyImpl.<init>(IrPropertyImpl.kt:65) | ||
at org.jetbrains.kotlin.ir.declarations.impl.AbstractIrFactoryImpl.createProperty(IrFactoryImpl.kt:297) | ||
at org.jetbrains.kotlin.ir.declarations.impl.IrFactoryImplForJsIC.createProperty(IrFactoryImplForJsIC.kt:278) | ||
at org.jetbrains.kotlin.ir.declarations.IrFactory$DefaultImpls.createProperty$default(IrFactory.kt:122) | ||
at org.jetbrains.kotlin.backend.common.serialization.IrDeclarationDeserializer.deserializeIrProperty$lambda$69$lambda$63(IrDeclarationDeserializer.kt:760) | ||
at org.jetbrains.kotlin.ir.util.SymbolTable.declareProperty(SymbolTable.kt:799) | ||
at org.jetbrains.kotlin.backend.common.serialization.IrDeclarationDeserializer.deserializeIrProperty(IrDeclarationDeserializer.kt:759) | ||
at org.jetbrains.kotlin.backend.common.serialization.IrDeclarationDeserializer.deserializeDeclaration(IrDeclarationDeserializer.kt:822) | ||
at org.jetbrains.kotlin.backend.common.serialization.IrDeclarationDeserializer.deserializeDeclaration$default(IrDeclarationDeserializer.kt:815) | ||
at org.jetbrains.kotlin.backend.common.serialization.IrFileDeserializer.deserializeDeclaration(IrFileDeserializer.kt:40) | ||
at org.jetbrains.kotlin.backend.common.serialization.FileDeserializationState.deserializeAllFileReachableTopLevel(IrFileDeserializer.kt:127) | ||
at org.jetbrains.kotlin.backend.common.serialization.BasicIrModuleDeserializer$ModuleDeserializationState.deserializeReachableDeclarations(BasicIrModuleDeserializer.kt:173) | ||
at org.jetbrains.kotlin.backend.common.serialization.BasicIrModuleDeserializer.deserializeReachableDeclarations(BasicIrModuleDeserializer.kt:141) | ||
at org.jetbrains.kotlin.backend.common.serialization.KotlinIrLinker.deserializeAllReachableTopLevels(KotlinIrLinker.kt:110) | ||
at org.jetbrains.kotlin.backend.common.serialization.KotlinIrLinker.findDeserializedDeclarationForSymbol(KotlinIrLinker.kt:121) | ||
at org.jetbrains.kotlin.backend.common.serialization.KotlinIrLinker.deserializeOrResolveDeclaration(KotlinIrLinker.kt:158) | ||
at org.jetbrains.kotlin.backend.common.serialization.KotlinIrLinker.getDeclaration(KotlinIrLinker.kt:147) | ||
at org.jetbrains.kotlin.ir.util.ExternalDependenciesGenerator.generateUnboundSymbolsAsDependencies(ExternalDependenciesGenerator.kt:39) | ||
at org.jetbrains.kotlin.ir.backend.js.ic.LoadedJsIr.loadUnboundSymbols(JsIrLinkerLoader.kt:80) | ||
at org.jetbrains.kotlin.ir.backend.js.ic.JsIrLinkerLoader.loadIr(JsIrLinkerLoader.kt:247) | ||
at org.jetbrains.kotlin.ir.backend.js.ic.JsIrLinkerLoader.loadIr$default(JsIrLinkerLoader.kt:191) | ||
at org.jetbrains.kotlin.ir.backend.js.ic.CacheUpdater.loadIrForDirtyFilesAndInitCompiler(CacheUpdater.kt:704) | ||
at org.jetbrains.kotlin.ir.backend.js.ic.CacheUpdater.loadIrAndMakeIrFragmentGenerators(CacheUpdater.kt:768) | ||
at org.jetbrains.kotlin.ir.backend.js.ic.CacheUpdater.actualizeCaches(CacheUpdater.kt:804) | ||
at org.jetbrains.kotlin.cli.js.K2JsIrCompiler.prepareIcCaches(K2JsIrCompiler.kt:674) | ||
at org.jetbrains.kotlin.cli.js.K2JsIrCompiler.doExecute(K2JsIrCompiler.kt:294) | ||
at org.jetbrains.kotlin.cli.js.K2JSCompiler.doExecute(K2JSCompiler.java:109) | ||
at org.jetbrains.kotlin.cli.js.K2JSCompiler.doExecute(K2JSCompiler.java:72) | ||
at org.jetbrains.kotlin.cli.common.CLICompiler.execImpl(CLICompiler.kt:104) | ||
at org.jetbrains.kotlin.cli.common.CLICompiler.execImpl(CLICompiler.kt:48) | ||
at org.jetbrains.kotlin.cli.common.CLITool.exec(CLITool.kt:101) | ||
at org.jetbrains.kotlin.daemon.CompileServiceImpl.compile(CompileServiceImpl.kt:1556) | ||
at jdk.internal.reflect.GeneratedMethodAccessor13.invoke(Unknown Source) | ||
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | ||
at java.base/java.lang.reflect.Method.invoke(Unknown Source) | ||
at java.rmi/sun.rmi.server.UnicastServerRef.dispatch(Unknown Source) | ||
at java.rmi/sun.rmi.transport.Transport$1.run(Unknown Source) | ||
at java.rmi/sun.rmi.transport.Transport$1.run(Unknown Source) | ||
at java.base/java.security.AccessController.doPrivileged(Unknown Source) | ||
at java.rmi/sun.rmi.transport.Transport.serviceCall(Unknown Source) | ||
at java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source) | ||
at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(Unknown Source) | ||
at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(Unknown Source) | ||
at java.base/java.security.AccessController.doPrivileged(Unknown Source) | ||
at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source) | ||
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) | ||
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) | ||
at java.base/java.lang.Thread.run(Unknown Source) | ||
|
||
|
Oops, something went wrong.