Dan Storm
10/23/2023, 10:36 AMbuild.gradle.kts
file_
implementation("guru.zoroark.tegral:tegral-openapi-ktor:$tegral_openapi_version")
implementation("guru.zoroark.tegral:tegral-openapi-ktorui:$tegral_openapi_version")
I don't get any errors from this, when running my application, but I can't seem to get the packages installed.
I tried with ./gradlew build --refresh-dependencies
which seems to execute without any errors.
Might anyone know why they don't get installed?Sam
10/23/2023, 10:48 AMinstall(TegralOpenApiKtor)
in the appropriate place in your code, as mentioned in the docs?Dan Storm
10/23/2023, 10:50 AMinstall(TegralOpenApiKtor)
IntelliJ tells me the following:
Unresolved reference: TegralOpenApiKtor
Manually adding import guru.zoroark.tegral.openapi.ktor.*
tells me that guru
is an unresolved reference.Sam
10/23/2023, 10:51 AMDan Storm
10/23/2023, 10:53 AMCLOVIS
10/23/2023, 12:13 PM