Skip to content

Commit e6a9dd8

Browse files
authored
Merge pull request #2 from Loop312/test
Test
2 parents 2dfe250 + 51bdf33 commit e6a9dd8

21 files changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ plugins {
1515
}
1616

1717
group = "io.github.loop312"
18-
version = "0.1.0"
18+
version = "0.2.0"
1919

2020
kotlin {
2121
androidTarget {
@@ -161,7 +161,7 @@ mavenPublishing {
161161

162162
signAllPublications()
163163

164-
coordinates(group.toString(), "keyhandler", version.toString())
164+
coordinates(group.toString(), "compose-keyhandler", version.toString())
165165

166166
pom {
167167
name = "Compose KeyHandler"

keyhandler/src/androidMain/kotlin/io/github/compose_keyhandler/fibiprops.android.kt renamed to compose-keyhandler/src/androidMain/kotlin/io/github/compose_keyhandler/fibiprops.android.kt

File renamed without changes.

keyhandler/src/androidUnitTest/kotlin/io/github/compose_keyhandler/AndroidFibiTest.kt renamed to compose-keyhandler/src/androidUnitTest/kotlin/io/github/compose_keyhandler/AndroidFibiTest.kt

File renamed without changes.

keyhandler/src/commonMain/kotlin/io/github/compose_keyhandler/App.kt renamed to compose-keyhandler/src/commonMain/kotlin/io/github/compose_keyhandler/App.kt

File renamed without changes.

keyhandler/src/commonMain/kotlin/io/github/compose_keyhandler/CustomFibi.kt renamed to compose-keyhandler/src/commonMain/kotlin/io/github/compose_keyhandler/CustomFibi.kt

File renamed without changes.

keyhandler/src/commonMain/kotlin/io/github/compose_keyhandler/KeyHandler.kt renamed to compose-keyhandler/src/commonMain/kotlin/io/github/compose_keyhandler/KeyHandler.kt

File renamed without changes.

keyhandler/src/commonTest/kotlin/io/github/compose_keyhandler/FibiTest.kt renamed to compose-keyhandler/src/commonTest/kotlin/io/github/compose_keyhandler/FibiTest.kt

File renamed without changes.

keyhandler/src/desktopMain/kotlin/io/github/compose_keyhandler/fibiprops.desktop.kt renamed to compose-keyhandler/src/desktopMain/kotlin/io/github/compose_keyhandler/fibiprops.desktop.kt

File renamed without changes.

keyhandler/src/desktopMain/kotlin/io/github/compose_keyhandler/main.kt renamed to compose-keyhandler/src/desktopMain/kotlin/io/github/compose_keyhandler/main.kt

File renamed without changes.

keyhandler/src/iosMain/kotlin/io/github/compose_keyhandler/fibiprops.ios.kt renamed to compose-keyhandler/src/iosMain/kotlin/io/github/compose_keyhandler/fibiprops.ios.kt

File renamed without changes.

0 commit comments

Comments
 (0)