Eric Ampire
Eric Ampire
Can you redirect your PR on deploy branch
If you are speaking about query parameter, you can do something like this ``` interface UserApi { @GET("users/{id}") suspend fun getUserById(@Path("id") id: Long) : User } ```
Hello, I have tried this solution but I have gotten this error ``` System.getenv("FIREBASE_SDK") must not be null at org.gradle.kotlin.dsl.execution.InterpreterKt$locationAwareExceptionFor$2.invoke(Interpreter.kt:563) at org.gradle.kotlin.dsl.execution.InterpreterKt.locationAwareExceptionFor(Interpreter.kt:570) at org.gradle.kotlin.dsl.execution.InterpreterKt.locationAwareExceptionHandlingFor(Interpreter.kt:536) at org.gradle.kotlin.dsl.execution.InterpreterKt.access$locationAwareExceptionHandlingFor(Interpreter.kt:1) at org.gradle.kotlin.dsl.execution.Interpreter$ProgramHost.handleScriptException(Interpreter.kt:385) ```
Still have the issue
Any update about this issue @zhambylgaziz
I thing the exception is triggered by this code ```kotlin private val startRecording = activity.registerForActivityResult(RecordScreen()) { result -> if (result.resultCode == Activity.RESULT_OK) { if (options.moveTaskToBack) activity.moveTaskToBack(true) val output = outputFile...
Yes, it is the exception that is triggered, but if I remove when I remove the keyword data, there is no more exception In my model there is no property...
it's not possible to be able to download the version 0.23.1 on a separate branch ? Since moko is strongly tied to the version of kotlin, while the stable version...