Skip to content

Commit

Permalink
Set Nexus API JvmName
Browse files Browse the repository at this point in the history
  • Loading branch information
gmitch215 committed Jul 26, 2024
1 parent 99e7321 commit b3d991c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/kotlin/io/codemc/api/nexus/endpoints.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@file:JvmName("NexusEndpoints")

package io.codemc.api.nexus

import kotlinx.coroutines.Dispatchers
Expand Down
2 changes: 2 additions & 0 deletions src/main/kotlin/io/codemc/api/nexus/nexus.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@file:JvmName("NexusAPI")

package io.codemc.api.nexus

import kotlinx.coroutines.Dispatchers
Expand Down

0 comments on commit b3d991c

Please sign in to comment.