Skip to content

Commit

Permalink
Move NoDelegation annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso committed Sep 12, 2024
1 parent fd59e94 commit 7a420c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package de.jensklingenberg.ktorfit.http
package de.jensklingenberg.ktorfit.core

/**
* Indicates that the annotated interface should not be delegated in the generated implementation.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ import de.jensklingenberg.ktorfit.http.GET
import de.jensklingenberg.ktorfit.http.Headers
import de.jensklingenberg.ktorfit.http.Header
import de.jensklingenberg.ktorfit.http.HeaderMap
import de.jensklingenberg.ktorfit.http.NoDelegation
import de.jensklingenberg.ktorfit.core.NoDelegation
interface SuperTestService1{
suspend fun test(): T
Expand Down

0 comments on commit 7a420c0

Please sign in to comment.