Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kotlin @VerbClient doesn't work as described in docs. #4634

Closed
bradleydwyer opened this issue Feb 25, 2025 · 0 comments
Closed

Kotlin @VerbClient doesn't work as described in docs. #4634

bradleydwyer opened this issue Feb 25, 2025 · 0 comments
Assignees

Comments

@bradleydwyer
Copy link
Collaborator

@VerbClient(name="time")
interface TimeClient {
    fun call(): TimeResponse
}

This results in a compilation error as ElementType.TYPE is missing from the target declaration of the annotation.

@github-actions github-actions bot added the triage Issue needs triaging label Feb 25, 2025
@github-actions github-actions bot removed the triage Issue needs triaging label Mar 3, 2025
@alecthomas alecthomas closed this as not planned Won't fix, can't repro, duplicate, stale Mar 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants