File tree Expand file tree Collapse file tree 3 files changed +0
-8
lines changed
Expand file tree Collapse file tree 3 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 11dependencies {
22 api(project(" :kotlin-mbedtls" ))
33
4- api(platform(" org.jetbrains.kotlin:kotlin-bom" ))
5- api(" org.jetbrains.kotlin:kotlin-stdlib-jdk8" )
6-
74 implementation(" io.micrometer:micrometer-core:1.13.6" )
85
96 // TESTS
Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ plugins {
55dependencies {
66 api(project(" :kotlin-mbedtls" ))
77
8- api(platform(" org.jetbrains.kotlin:kotlin-bom" ))
9- api(" org.jetbrains.kotlin:kotlin-stdlib-jdk8" )
108 api(" io.netty:netty-handler:4.1.114.Final" )
119
1210 // TESTS
Original file line number Diff line number Diff line change @@ -6,9 +6,6 @@ plugins {
66dependencies {
77 api(project(" :mbedtls-lib" ))
88
9- api(platform(" org.jetbrains.kotlin:kotlin-bom" ))
10- api(" org.jetbrains.kotlin:kotlin-stdlib-jdk8" )
11-
129 api(" org.slf4j:slf4j-api:2.0.16" )
1310 api(" net.java.dev.jna:jna:5.15.0" )
1411
You can’t perform that action at this time.
0 commit comments