File tree 3 files changed +0
-8
lines changed
3 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 1
1
dependencies {
2
2
api(project(" :kotlin-mbedtls" ))
3
3
4
- api(platform(" org.jetbrains.kotlin:kotlin-bom" ))
5
- api(" org.jetbrains.kotlin:kotlin-stdlib-jdk8" )
6
-
7
4
implementation(" io.micrometer:micrometer-core:1.13.6" )
8
5
9
6
// TESTS
Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ plugins {
5
5
dependencies {
6
6
api(project(" :kotlin-mbedtls" ))
7
7
8
- api(platform(" org.jetbrains.kotlin:kotlin-bom" ))
9
- api(" org.jetbrains.kotlin:kotlin-stdlib-jdk8" )
10
8
api(" io.netty:netty-handler:4.1.114.Final" )
11
9
12
10
// TESTS
Original file line number Diff line number Diff line change @@ -6,9 +6,6 @@ plugins {
6
6
dependencies {
7
7
api(project(" :mbedtls-lib" ))
8
8
9
- api(platform(" org.jetbrains.kotlin:kotlin-bom" ))
10
- api(" org.jetbrains.kotlin:kotlin-stdlib-jdk8" )
11
-
12
9
api(" org.slf4j:slf4j-api:2.0.16" )
13
10
api(" net.java.dev.jna:jna:5.15.0" )
14
11
You can’t perform that action at this time.
0 commit comments