kotlin compiler
This commit is contained in:
parent
78ce22d458
commit
e2eaa9a517
2 changed files with 2 additions and 3 deletions
2
.idea/kotlinc.xml
generated
2
.idea/kotlinc.xml
generated
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="KotlinJpsPluginSettings">
|
<component name="KotlinJpsPluginSettings">
|
||||||
<option name="version" value="1.9.20" />
|
<option name="version" value="1.9.21" />
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
||||||
|
|
@ -17,7 +17,6 @@
|
||||||
package io.element.android.libraries.matrix.api.verification
|
package io.element.android.libraries.matrix.api.verification
|
||||||
|
|
||||||
import androidx.compose.runtime.Immutable
|
import androidx.compose.runtime.Immutable
|
||||||
import kotlinx.collections.immutable.ImmutableList
|
|
||||||
import kotlinx.coroutines.flow.Flow
|
import kotlinx.coroutines.flow.Flow
|
||||||
import kotlinx.coroutines.flow.StateFlow
|
import kotlinx.coroutines.flow.StateFlow
|
||||||
|
|
||||||
|
|
@ -26,7 +25,7 @@ interface SessionVerificationService {
|
||||||
/**
|
/**
|
||||||
* State of the current verification flow ([VerificationFlowState.Initial] if not started).
|
* State of the current verification flow ([VerificationFlowState.Initial] if not started).
|
||||||
*/
|
*/
|
||||||
val verificationFlowState : StateFlow<VerificationFlowState>
|
val verificationFlowState: StateFlow<VerificationFlowState>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The internal service that checks verification can only run after the initial sync.
|
* The internal service that checks verification can only run after the initial sync.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue