Minor, update instructions for installing protobuf261 + regenerate

This commit is contained in:
Alexander Udalov
2022-11-22 22:48:48 +01:00
parent 16476dec61
commit 25c5ad176c
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -22,7 +22,8 @@ import kotlin.system.exitProcess
// make
// make install
// * macOS:
// brew install https://raw.githubusercontent.com/udalov/protobuf261/master/protobuf261.rb
// curl -L https://raw.githubusercontent.com/udalov/protobuf261/master/protobuf261.rb > protobuf261.rb
// brew install protobuf261.rb
//
// You may need to provide custom path to protoc executable, just modify this constant:
private const val PROTOC_EXE = "protoc"
@@ -1,5 +1,5 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: plugins/kotlin-serialization/kotlin-serialization-compiler/src/class_extensions.proto
// source: plugins/kotlinx-serialization/kotlinx-serialization.k1/src/class_extensions.proto
package org.jetbrains.kotlinx.serialization.compiler.extensions;