Skip to content

Commit 1d9e592

Browse files
anarchuserxeruf
authored andcommitted
refactor(sdk): convert SharedConfiguration to kotlin
1 parent 65d6b5c commit 1d9e592

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)