Skip to content

Commit a873e46

Browse files
committed
new namespace
1 parent 1483a91 commit a873e46

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
signing
66
}
77

8-
group = "io.foxcapades.lib"
8+
group = "io.k-libs"
99
version = "0.1.0"
1010
description = "A simple stack implementation."
1111

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
rootProject.name = "k-stack"
1+
rootProject.name = "stack"

src/commonMain/kotlin/io/foxcapades/lib/k/stack/Stack.kt renamed to src/commonMain/kotlin/io/klibs/collections/Stack.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package io.foxcapades.lib.k.stack
1+
package io.klibs.collections
22

33
import kotlin.math.max
44
import kotlin.math.min

0 commit comments

Comments
 (0)