Skip to content

Commit

Permalink
Rename IO to io
Browse files Browse the repository at this point in the history
  • Loading branch information
ksharma-xyz committed Feb 28, 2025
1 parent 2a95ff0 commit 5d362ff
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 7 deletions.
6 changes: 0 additions & 6 deletions gtfs-static/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
android {
namespace = "xyz.ksharma.krail.gtfs_static"

buildTypes {
debug {}

release {}
}
}

plugins {
Expand Down
File renamed without changes.
6 changes: 5 additions & 1 deletion IO/gtfs/build.gradle.kts → io/gtfs/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
android {
namespace = "xyz.ksharma.krail.io.gtfs"

buildTypes {
debug {}
release {}
}
}

plugins {
Expand Down Expand Up @@ -59,7 +64,6 @@ kotlin {
}
}


wire {
kotlin {
javaInterop = true
Expand Down
File renamed without changes.

0 comments on commit 5d362ff

Please sign in to comment.