utybo / Tegral

🟣 A Kotlin framework for web applications, cool libraries that go along with it!
https://tegral.zoroark.guru
Apache License 2.0
38 stars 4 forks source link

Tegral is not compatible with Ktor 3.0.0 #100

Closed AlejandroYuste closed 3 weeks ago

AlejandroYuste commented 4 weeks ago

Tegral is not longer compatible with latest Ktor versions.

Exception in thread "main" java.lang.NoClassDefFoundError: io/ktor/server/routing/RoutingKt at guru.zoroark.tegral.openapi.ktor.DescribeSubroutesKt.describeSubroutes(DescribeSubroutes.kt:28)

utybo commented 3 weeks ago

This is fixed by #103 (which also includes several other dependency updates, like Kotlin 2).

Unfortunately, snapshots publishing is broken right now, so you can't download it just yet, sorry about that 😅

utybo commented 2 weeks ago

Snapshots are alive again, you can use version 0.0.5-SNAPSHOT for now

AlejandroYuste commented 4 days ago

Any idea when it will be available as a release?