NaiRo

Results 3 issues of NaiRo

The link to the API reference is not working "https://xxfast.github.io/KStore/docs/".

Same issue effects calf-webview. See: https://github.com/KevinnZou/compose-webview-multiplatform/issues/196

Hi, it would be great if you could add [maximumWriteValueLengthForType](https://developer.apple.com/documentation/corebluetooth/cbperipheral/maximumwritevaluelength(for:)) to the CoreBluetoothPeripheral interface. Sample: ``` override fun maximumWriteValueLengthForType(writeType: WriteType): Int { val type = when (writeType) { WithResponse ->...