Jörg Winter
08/20/2020, 4:18 PMjaguililla
08/20/2020, 8:22 PMjaguililla
08/26/2020, 6:34 AMDhruv
11/11/2020, 10:43 AMCannot access '<http://java.io|java.io>.Serializable' which is a supertype of 'kotlin.String'. Check your module classpath for missing or conflicting dependencies
Dhruv
11/11/2020, 10:48 AMCannot access class 'java.io.File'. Check your module classpath for missing or conflicting dependencies
I am also getting this error. I have opened the root hexagon folder in IntelliJ. should I open each sub-module separately? (I don't have much experience with kotlin but want to try contributing)jaguililla
11/11/2020, 11:50 AMDhruv
11/11/2020, 12:03 PMjaguililla
11/11/2020, 12:59 PMProject Structure
dialog and check Project Settings
> Project
> Project SDK
and also, what version of IntelliJ IDEA are you using?Dhruv
11/11/2020, 1:25 PMDhruv
11/11/2020, 1:27 PMjaguililla
11/11/2020, 1:35 PMJörg Winter
12/22/2020, 4:14 PMjaguililla
12/23/2020, 11:05 PMBikramjeet Singh
12/26/2020, 3:06 PMBikramjeet Singh
12/26/2020, 4:55 PMport_http_server
module and it depends upon the swagger-parser
library, so to use it you need to add the following dependencies
implementation("com.hexagonkt:port_http_server:1.3.4:test")
implementation("io.swagger.parser.v3:swagger-parser:2.0.24")
and you should be able to create it. Thanks for pointing this out, I will update the docs to mention the required dependencies. Please let me know if you face any other issues.jaguililla
12/29/2020, 7:28 PMjaguililla
08/13/2021, 2:30 PMjaguililla
06/10/2022, 12:04 PMGopal S Akshintala
06/15/2022, 5:14 AMInjectionManager
removed in hexagonKt v2? May I know why? It felt like a lightweight dependency injection framework which I thought I can reuse in a different contextjaguililla
06/15/2022, 10:01 PMjaguililla
06/25/2022, 4:03 PMinjection
module: https://search.maven.org/artifact/com.hexagonkt/injection/2.0.15/jarjaguililla
11/03/2022, 8:54 AMjaguililla
01/11/2023, 10:34 AMjaguililla
02/01/2023, 10:13 AMjaguililla
08/15/2023, 1:49 PMMichael Strasser
08/21/2023, 4:40 AMMichael Strasser
09/01/2023, 10:29 AMjaguililla
03/22/2024, 4:30 PMjaguililla
03/30/2024, 8:12 AMjaguililla
02/27/2025, 1:08 PM