Skip to content

Commit

Permalink
Update Api files
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso committed Sep 21, 2024
1 parent 7a420c0 commit bdf8480
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions ktorfit-annotations/api/android/ktorfit-annotations.api
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
public abstract interface annotation class de/jensklingenberg/ktorfit/core/NoDelegation : java/lang/annotation/Annotation {
}

public abstract interface annotation class de/jensklingenberg/ktorfit/http/Body : java/lang/annotation/Annotation {
}

Expand Down Expand Up @@ -45,9 +48,6 @@ public abstract interface annotation class de/jensklingenberg/ktorfit/http/Heade
public abstract interface annotation class de/jensklingenberg/ktorfit/http/Multipart : java/lang/annotation/Annotation {
}

public abstract interface annotation class de/jensklingenberg/ktorfit/http/NoDelegation : java/lang/annotation/Annotation {
}

public abstract interface annotation class de/jensklingenberg/ktorfit/http/OPTIONS : java/lang/annotation/Annotation {
public abstract fun value ()Ljava/lang/String;
}
Expand Down
6 changes: 3 additions & 3 deletions ktorfit-annotations/api/jvm/ktorfit-annotations.api
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
public abstract interface annotation class de/jensklingenberg/ktorfit/core/NoDelegation : java/lang/annotation/Annotation {
}

public abstract interface annotation class de/jensklingenberg/ktorfit/http/Body : java/lang/annotation/Annotation {
}

Expand Down Expand Up @@ -45,9 +48,6 @@ public abstract interface annotation class de/jensklingenberg/ktorfit/http/Heade
public abstract interface annotation class de/jensklingenberg/ktorfit/http/Multipart : java/lang/annotation/Annotation {
}

public abstract interface annotation class de/jensklingenberg/ktorfit/http/NoDelegation : java/lang/annotation/Annotation {
}

public abstract interface annotation class de/jensklingenberg/ktorfit/http/OPTIONS : java/lang/annotation/Annotation {
public abstract fun value ()Ljava/lang/String;
}
Expand Down

0 comments on commit bdf8480

Please sign in to comment.