1
0
mirror of https://github.com/square/okhttp.git synced 2025-08-08 23:42:08 +03:00

Kotlin 1.9 (#7952)

This commit is contained in:
Yuri Schimke
2023-07-22 13:28:51 +01:00
committed by GitHub
parent d808a2383a
commit d03decd45a
8 changed files with 254 additions and 505 deletions

View File

@@ -15,6 +15,7 @@ public final class okhttp3/logging/HttpLoggingInterceptor$Level : java/lang/Enum
public static final field BODY Lokhttp3/logging/HttpLoggingInterceptor$Level;
public static final field HEADERS Lokhttp3/logging/HttpLoggingInterceptor$Level;
public static final field NONE Lokhttp3/logging/HttpLoggingInterceptor$Level;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lokhttp3/logging/HttpLoggingInterceptor$Level;
public static fun values ()[Lokhttp3/logging/HttpLoggingInterceptor$Level;
}