refactor: moving some properties around so we have access in libsession

This commit is contained in:
0x330a
2023-02-08 17:31:33 +11:00
parent c0bcc37d2e
commit 336604b9e5
5 changed files with 30 additions and 7 deletions

View File

@@ -12,6 +12,9 @@ sealed class ConfigBase(protected val /* yucky */ pointer: Long) {
System.loadLibrary("session_util")
}
external fun kindFor(configNamespace: Int): Class<ConfigBase>
const val isNewConfigEnabled = true
}
external fun dirty(): Boolean