use kotlin protobuf lib

pull/482/head
andrekir 2022-09-11 23:50:07 -03:00
rodzic 4ac21d40ac
commit 346a50a360
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -114,6 +114,8 @@ protobuf {
// use the smaller android version of the library
//option "lite"
}
kotlin {
}
}
}
}
@ -162,7 +164,7 @@ dependencies {
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version"
// For now I'm not using javalite, because I want JSON printing
implementation 'com.google.protobuf:protobuf-java:3.21.1'
implementation 'com.google.protobuf:protobuf-kotlin:3.21.5'
// For UART access
// implementation 'com.google.android.things:androidthings:1.0'