
[!IMPORTANT] Disclaimer: This is an unofficial, community-maintained library. It is not officially endorsed by, affiliated with, or sponsored by JSC "KazakhTelecom" or the State Revenue Committee of the Republic of Kazakhstan. All product names, logos, and brands are property of their respective owners.
Дисклеймер: Данный проект является неофициальной библиотекой, поддерживаемой сообществом. Он не связан, не спонсируется и не утверждался АО «Казахтелеком» или Комитетом государственных доходов РК. Все названия продуктов, товарные знаки и логотипы принадлежат их законным владельцам.
A Kotlin Multiplatform (KMP) library containing code entities generated from KazakhTelecom OFD (State Revenue Committee of the Republic of Kazakhstan) .proto files.
The current protocol version is 2.0.3 (module proto-v203). These proto files implement the data transmission protocol between Cash Registers (KKM) and the OFD.
Add the dependency to your shared commonMain source set inside build.gradle.kts:
kotlin {
sourceSets {
commonMain {
dependencies {
implementation("io.github.texport:ofd-kt-proto:2.0.3-2")
}
}
}
}To build and publish to your local maven repository for testing:
./gradlew publishToMavenLocalМультиплатформенная библиотека Kotlin Multiplatform (KMP). Содержит сущности, сгенерированные из .proto файлов ОФД Казахтелеком (Комитет государственных доходов РК).
Текущая версия протокола — 2.0.3 (модуль proto-v203). Прото-файлы реализуют протокол передачи данных ККМ в ОФД.
Добавьте зависимость в ваш общий набор исходников commonMain в build.gradle.kts:
kotlin {
sourceSets {
commonMain {
dependencies {
implementation("io.github.texport:ofd-kt-proto:2.0.3-2")
}
}
}
}Для сборки и публикации в локальный Maven-репозиторий выполните команду:
./gradlew publishToMavenLocalBecause ofd-kt-proto is a pure Protobuf schema definition library generating common Kotlin classes via Wire, it is not distributed directly as a Swift Package Manager (SPM) XCFramework binary.
Instead, it is consumed as a dependency by the ofd-proto-codec library which wraps these models and provides the native SPM configuration block for iOS consumers.
This library operates strictly as a data definition module containing schema contracts:
ofd-network-client and ofd-proto-codec).[!IMPORTANT] Disclaimer: This is an unofficial, community-maintained library. It is not officially endorsed by, affiliated with, or sponsored by JSC "KazakhTelecom" or the State Revenue Committee of the Republic of Kazakhstan. All product names, logos, and brands are property of their respective owners.
Дисклеймер: Данный проект является неофициальной библиотекой, поддерживаемой сообществом. Он не связан, не спонсируется и не утверждался АО «Казахтелеком» или Комитетом государственных доходов РК. Все названия продуктов, товарные знаки и логотипы принадлежат их законным владельцам.
A Kotlin Multiplatform (KMP) library containing code entities generated from KazakhTelecom OFD (State Revenue Committee of the Republic of Kazakhstan) .proto files.
The current protocol version is 2.0.3 (module proto-v203). These proto files implement the data transmission protocol between Cash Registers (KKM) and the OFD.
Add the dependency to your shared commonMain source set inside build.gradle.kts:
kotlin {
sourceSets {
commonMain {
dependencies {
implementation("io.github.texport:ofd-kt-proto:2.0.3-2")
}
}
}
}To build and publish to your local maven repository for testing:
./gradlew publishToMavenLocalМультиплатформенная библиотека Kotlin Multiplatform (KMP). Содержит сущности, сгенерированные из .proto файлов ОФД Казахтелеком (Комитет государственных доходов РК).
Текущая версия протокола — 2.0.3 (модуль proto-v203). Прото-файлы реализуют протокол передачи данных ККМ в ОФД.
Добавьте зависимость в ваш общий набор исходников commonMain в build.gradle.kts:
kotlin {
sourceSets {
commonMain {
dependencies {
implementation("io.github.texport:ofd-kt-proto:2.0.3-2")
}
}
}
}Для сборки и публикации в локальный Maven-репозиторий выполните команду:
./gradlew publishToMavenLocalBecause ofd-kt-proto is a pure Protobuf schema definition library generating common Kotlin classes via Wire, it is not distributed directly as a Swift Package Manager (SPM) XCFramework binary.
Instead, it is consumed as a dependency by the ofd-proto-codec library which wraps these models and provides the native SPM configuration block for iOS consumers.
This library operates strictly as a data definition module containing schema contracts:
ofd-network-client and ofd-proto-codec).