Skip to content

Commit

Permalink
Move kt file to kotlin sourceset
Browse files Browse the repository at this point in the history
  • Loading branch information
wkal-pubnub committed Nov 30, 2023
1 parent 82de0bf commit 36acd34
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ import com.pubnub.api.models.consumer.access_manager.v3.PNToken
import com.pubnub.api.vendor.Base64
import java.math.BigInteger
import java.nio.charset.StandardCharsets
import kotlin.collections.Map
import kotlin.collections.component1
import kotlin.collections.component2
import kotlin.collections.set
import co.nstant.`in`.cbor.model.Map as CborMap

internal class TokenParser {
Expand Down Expand Up @@ -107,4 +103,4 @@ internal class TokenParser {
private const val GROUPS_KEY = "grp"
private const val UUIDS_KEY = "uuid"
}
}
}

0 comments on commit 36acd34

Please sign in to comment.