Skip to content

Commit 7847769

Browse files
committed
return back org.ton.kotlin, again, yes...
Signed-off-by: andreypfau <andreypfau@ton.org>
1 parent 72d585c commit 7847769

16 files changed

+25
-25
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,28 @@
1010

1111
### Core components
1212

13-
* `org.ton:ton-kotlin-tvm:0.5.0` - TVM Primitives (Cells, BOC, etc.)
14-
* `org.ton:ton-kotlin-crypto:0.5.0` - Crypto primitives for TON (ED25519, SHA, etc.)
15-
* `org.ton:ton-kotlin-adnl:0.5.0` - ADNL (Abstract Datagram Network Layer) TON Network implementation
13+
* `org.ton.kotlin:ton-kotlin-tvm:0.5.0` - TVM Primitives (Cells, BOC, etc.)
14+
* `org.ton.kotlin:ton-kotlin-crypto:0.5.0` - Crypto primitives for TON (ED25519, SHA, etc.)
15+
* `org.ton.kotlin:ton-kotlin-adnl:0.5.0` - ADNL (Abstract Datagram Network Layer) TON Network implementation
1616

1717
### API Interfaces
1818

19-
* `org.ton:ton-kotlin-contract:0.5.0` - Smart-contracts API interface
20-
* `org.ton:ton-kotlin-liteclient:0.5.0` - Lite-client API implementation
19+
* `org.ton.kotlin:ton-kotlin-contract:0.5.0` - Smart-contracts API interface
20+
* `org.ton.kotlin:ton-kotlin-liteclient:0.5.0` - Lite-client API implementation
2121

2222
### TL-B (TL-Binary)
2323

24-
* `org.ton:ton-kotlin-tlb:0.5.0` - TON TL-B (TL-Binary) serialization/deserialization
25-
* `org.ton:ton-kotlin-block-tlb:0.5.0` - Pre-generated TL-B schemas for TON Blockchain
26-
* `org.ton:ton-kotlin-hashmap-tlb:0.5.0` - Pre-generated TL-B schemas for TON Hashmap (also known as Dictionary)
24+
* `org.ton.kotlin:ton-kotlin-tlb:0.5.0` - TON TL-B (TL-Binary) serialization/deserialization
25+
* `org.ton.kotlin:ton-kotlin-block-tlb:0.5.0` - Pre-generated TL-B schemas for TON Blockchain
26+
* `org.ton.kotlin:ton-kotlin-hashmap-tlb:0.5.0` - Pre-generated TL-B schemas for TON Hashmap (also known as Dictionary)
2727

2828
## Documentation
2929

3030
https://github.com/andreypfau/ton-kotlin/wiki/TON-Kotlin-documentation
3131

3232
<!-- Badges -->
3333

34-
[maven-central]: https://central.sonatype.com/artifact/org.ton/ton-kotlin-crypto/0.5.0
34+
[maven-central]: https://central.sonatype.com/artifact/org.ton.kotlin/ton-kotlin-crypto/0.5.0
3535

3636
[license]: LICENSE
3737

@@ -41,7 +41,7 @@ https://github.com/andreypfau/ton-kotlin/wiki/TON-Kotlin-documentation
4141

4242
[telegram]: https://t.me/tonkotlin
4343

44-
[maven-central-svg]: https://img.shields.io/maven-central/v/org.ton/ton-kotlin-tvm?color=blue
44+
[maven-central-svg]: https://img.shields.io/maven-central/v/org.ton.kotlin/ton-kotlin-tvm?color=blue
4545

4646
[kotlin-svg]: https://img.shields.io/badge/Kotlin-2.2.20-blue.svg?logo=kotlin
4747

adnl/api/ton-kotlin-adnl.klib.api

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// - Show manifest properties: true
88
// - Show declarations: true
99

10-
// Library unique name: <org.ton:ton-kotlin-adnl>
10+
// Library unique name: <org.ton.kotlin:ton-kotlin-adnl>
1111
abstract interface org.ton.adnl.connection/AdnlClient { // org.ton.adnl.connection/AdnlClient|null[0]
1212
abstract suspend fun sendQuery(kotlin/ByteArray, kotlin.time/Duration): kotlin/ByteArray // org.ton.adnl.connection/AdnlClient.sendQuery|sendQuery(kotlin.ByteArray;kotlin.time.Duration){}[0]
1313
}

bigint/api/ton-kotlin-bigint.klib.api

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// - Show manifest properties: true
66
// - Show declarations: true
77

8-
// Library unique name: <org.ton:ton-kotlin-bigint>
8+
// Library unique name: <org.ton.kotlin:ton-kotlin-bigint>
99
final class org.ton.bigint/BigInt : kotlin/Comparable<org.ton.bigint/BigInt>, kotlin/Number { // org.ton.bigint/BigInt|null[0]
1010
constructor <init>(kotlin/ByteArray) // org.ton.bigint/BigInt.<init>|<init>(kotlin.ByteArray){}[0]
1111
constructor <init>(kotlin/String) // org.ton.bigint/BigInt.<init>|<init>(kotlin.String){}[0]

bitstring/api/ton-kotlin-bitstring.klib.api

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// - Show manifest properties: true
66
// - Show declarations: true
77

8-
// Library unique name: <org.ton:ton-kotlin-bitstring>
8+
// Library unique name: <org.ton.kotlin:ton-kotlin-bitstring>
99
abstract interface org.ton.bitstring/BitString : kotlin.collections/Iterable<kotlin/Boolean>, kotlin/Comparable<org.ton.bitstring/BitString> { // org.ton.bitstring/BitString|null[0]
1010
abstract val size // org.ton.bitstring/BitString.size|{}size[0]
1111
abstract fun <get-size>(): kotlin/Int // org.ton.bitstring/BitString.size.<get-size>|<get-size>(){}[0]

block-tlb/api/ton-kotlin-block-tlb.klib.api

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// - Show manifest properties: true
66
// - Show declarations: true
77

8-
// Library unique name: <org.ton:ton-kotlin-block-tlb>
8+
// Library unique name: <org.ton.kotlin:ton-kotlin-block-tlb>
99
open enum class org.ton.block/AccStatusChange : kotlin/Enum<org.ton.block/AccStatusChange> { // org.ton.block/AccStatusChange|null[0]
1010
enum entry DELETED // org.ton.block/AccStatusChange.DELETED|null[0]
1111
enum entry FROZEN // org.ton.block/AccStatusChange.FROZEN|null[0]

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
allprojects {
12-
group = "org.ton"
12+
group = "org.ton.kotlin"
1313
version = "0.5.0"
1414

1515
repositories {

contract/api/ton-kotlin-contract.klib.api

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// - Show manifest properties: true
66
// - Show declarations: true
77

8-
// Library unique name: <org.ton:ton-kotlin-contract>
8+
// Library unique name: <org.ton.kotlin:ton-kotlin-contract>
99
abstract interface org.ton.contract/SmartContract { // org.ton.contract/SmartContract|null[0]
1010
abstract val address // org.ton.contract/SmartContract.address|{}address[0]
1111
abstract fun <get-address>(): org.ton.block/AddrStd // org.ton.contract/SmartContract.address.<get-address>|<get-address>(){}[0]

crypto/api/ton-kotlin-crypto.klib.api

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// - Show manifest properties: true
88
// - Show declarations: true
99

10-
// Library unique name: <org.ton:ton-kotlin-crypto>
10+
// Library unique name: <org.ton.kotlin:ton-kotlin-crypto>
1111
abstract interface org.ton.kotlin.crypto/Decryptor { // org.ton.kotlin.crypto/Decryptor|null[0]
1212
abstract fun decryptIntoByteArray(kotlin/ByteArray, kotlin/ByteArray, kotlin/Int = ..., kotlin/Int = ..., kotlin/Int = ...) // org.ton.kotlin.crypto/Decryptor.decryptIntoByteArray|decryptIntoByteArray(kotlin.ByteArray;kotlin.ByteArray;kotlin.Int;kotlin.Int;kotlin.Int){}[0]
1313
abstract fun decryptToByteArray(kotlin/ByteArray, kotlin/Int = ..., kotlin/Int = ...): kotlin/ByteArray // org.ton.kotlin.crypto/Decryptor.decryptToByteArray|decryptToByteArray(kotlin.ByteArray;kotlin.Int;kotlin.Int){}[0]

hashmap-tlb/api/ton-kotlin-hashmap-tlb.klib.api

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// - Show manifest properties: true
66
// - Show declarations: true
77

8-
// Library unique name: <org.ton:ton-kotlin-hashmap-tlb>
8+
// Library unique name: <org.ton.kotlin:ton-kotlin-hashmap-tlb>
99
abstract interface <#A: in kotlin/Any?> org.ton.kotlin.dict/DictionaryKeyStorer { // org.ton.kotlin.dict/DictionaryKeyStorer|null[0]
1010
abstract val keySize // org.ton.kotlin.dict/DictionaryKeyStorer.keySize|{}keySize[0]
1111
abstract fun <get-keySize>(): kotlin/Int // org.ton.kotlin.dict/DictionaryKeyStorer.keySize.<get-keySize>|<get-keySize>(){}[0]

liteapi-tl/api/ton-kotlin-liteapi-tl.klib.api

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// - Show manifest properties: true
66
// - Show declarations: true
77

8-
// Library unique name: <org.ton:ton-kotlin-liteapi-tl>
8+
// Library unique name: <org.ton.kotlin:ton-kotlin-liteapi-tl>
99
abstract interface org.ton.lite.api/LiteApi { // org.ton.lite.api/LiteApi|null[0]
1010
abstract suspend fun invoke(org.ton.lite.api.liteserver.functions/LiteServerGetAccountState, kotlin/Int = ...): org.ton.lite.api.liteserver/LiteServerAccountState // org.ton.lite.api/LiteApi.invoke|invoke(org.ton.lite.api.liteserver.functions.LiteServerGetAccountState;kotlin.Int){}[0]
1111
abstract suspend fun invoke(org.ton.lite.api.liteserver.functions/LiteServerGetAllShardsInfo): org.ton.lite.api.liteserver/LiteServerAllShardsInfo // org.ton.lite.api/LiteApi.invoke|invoke(org.ton.lite.api.liteserver.functions.LiteServerGetAllShardsInfo){}[0]

0 commit comments

Comments
 (0)