Skip to content

Commit 6f4c47f

Browse files
committed
refactor(sdk): convert SharedConfiguration to kotlin
1 parent 3d53de2 commit 6f4c47f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

socha-sdk/src/framework/sc/shared/SharedConfiguration.java

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
package sc.shared
2+
3+
object SharedConfiguration {
4+
const val DEFAULT_PORT = 13050
5+
const val DEFAULT_TESTSERVER_PORT = 13051
6+
}

0 commit comments

Comments
 (0)