Skip to content

Commit

Permalink
Remove existing jvm converter functions (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
hfhbd authored Aug 18, 2024
1 parent 18e4f7e commit d1aa80b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 72 deletions.
5 changes: 0 additions & 5 deletions kotlinx-uuid-core/api/jvm/kotlinx-uuid-core.api
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ public final class app/softwork/uuid/BinarySerializer : kotlinx/serialization/KS
public fun serialize (Lkotlinx/serialization/encoding/Encoder;Lkotlin/uuid/Uuid;)V
}

public final class app/softwork/uuid/ConvertingKt {
public static final fun toJavaUUID (Lkotlin/uuid/Uuid;)Ljava/util/UUID;
public static final fun toKotlinUuid (Ljava/util/UUID;)Lkotlin/uuid/Uuid;
}

public final class app/softwork/uuid/NameBasedGeneratorKt {
public static final fun generateUuid (Lkotlin/uuid/Uuid$Companion;Lkotlin/uuid/Uuid;Ljava/lang/String;)Lkotlin/uuid/Uuid;
public static final fun generateUuid (Lkotlin/uuid/Uuid$Companion;[B)Lkotlin/uuid/Uuid;
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit d1aa80b

Please sign in to comment.