You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice, to update the library, to support kotlin 2.0+
When i include this librarys main branch as a submodule, it build on its own, but it doesnt build included in the app.
When i downgrade the app to Kotlin 1.9.24, it works fine
But on 2.0.0+ this happens:
Argument type mismatch: actual type is '@ParameterName(...) cz.mroczis.netmonster.core.feature.config.UpdateResult<android.telephony.TelephonyCallback, kotlin.Nothing?>', but 'cz.mroczis.netmonster.core.feature.config.UpdateResult<android.telephony.TelephonyCallback, android.telephony.CellLocation>' was expected.
Argument type mismatch: actual type is '@ParameterName(...) cz.mroczis.netmonster.core.feature.config.UpdateResult<cz.mroczis.netmonster.core.util.SingleEventPhoneStateListener, kotlin.Nothing?>', but 'cz.mroczis.netmonster.core.feature.config.UpdateResult<cz.mroczis.netmonster.core.util.SingleEventPhoneStateListener, android.telephony.CellLocation>' was expected.
rgument type mismatch: actual type is '@ParameterName(...) cz.mroczis.netmonster.core.feature.config.UpdateResult<android.telephony.TelephonyCallback, kotlin.Nothing?>', but 'cz.mroczis.netmonster.core.feature.config.UpdateResult<android.telephony.TelephonyCallback, android.telephony.TelephonyDisplayInfo>' was expected.
rgument type mismatch: actual type is '@ParameterName(...) cz.mroczis.netmonster.core.feature.config.UpdateResult<cz.mroczis.netmonster.core.util.SingleEventPhoneStateListener, kotlin.Nothing?>', but 'cz.mroczis.netmonster.core.feature.config.UpdateResult<cz.mroczis.netmonster.core.util.SingleEventPhoneStateListener, android.telephony.TelephonyDisplayInfo>' was expected.
Argument type mismatch: actual type is '@ParameterName(...) cz.mroczis.netmonster.core.feature.config.UpdateResult<android.telephony.TelephonyCallback, kotlin.Nothing?>', but 'cz.mroczis.netmonster.core.feature.config.UpdateResult<android.telephony.TelephonyCallback, android.telephony.ServiceState>' was expected.
Argument type mismatch: actual type is '@ParameterName(...) cz.mroczis.netmonster.core.feature.config.UpdateResult<cz.mroczis.netmonster.core.util.SingleEventPhoneStateListener, kotlin.Nothing?>', but 'cz.mroczis.netmonster.core.feature.config.UpdateResult<cz.mroczis.netmonster.core.util.SingleEventPhoneStateListener, android.telephony.ServiceState>' was expected.
79 Argument type mismatch: actual type is '@ParameterName(...) cz.mroczis.netmonster.core.feature.config.UpdateResult<android.telephony.TelephonyCallback, kotlin.Nothing?>', but 'cz.mroczis.netmonster.core.feature.config.UpdateResult<android.telephony.TelephonyCallback, android.telephony.SignalStrength>' was expected.
90 Argument type mismatch: actual type is '@ParameterName(...) cz.mroczis.netmonster.core.feature.config.UpdateResult<cz.mroczis.netmonster.core.util.SingleEventPhoneStateListener, kotlin.Nothing?>', but 'cz.mroczis.netmonster.core.feature.config.UpdateResult<cz.mroczis.netmonster.core.util.SingleEventPhoneStateListener, android.telephony.SignalStrength>' was expected.
The text was updated successfully, but these errors were encountered:
It would be nice, to update the library, to support kotlin 2.0+
When i include this librarys main branch as a submodule, it build on its own, but it doesnt build included in the app.
When i downgrade the app to Kotlin 1.9.24, it works fine
But on 2.0.0+ this happens:
The text was updated successfully, but these errors were encountered: