@@ -20,29 +20,29 @@ tasks.named('test') {
20
20
}
21
21
22
22
dependencies {
23
+ api ' org.jsoup:jsoup:1.15.3'
23
24
implementation ' org.apache.commons:commons-text:1.10.0'
24
- implementation ' org.jsoup:jsoup:1.15.3'
25
25
implementation ' com.google.guava:guava:31.1-jre'
26
26
27
27
// ////////////////////////////
28
28
// Kotlin library dependencies
29
29
// ////////////////////////////
30
30
31
- implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4'
32
- implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.6.4'
33
- implementation ' org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.0'
31
+ api ' org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4'
32
+ api ' org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.6.4'
33
+ api ' org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.0'
34
34
35
35
// //////////////////
36
36
// Ktor dependencies
37
37
// //////////////////
38
- implementation " io.ktor:ktor-server-jetty:2.1.2"
39
- implementation " io.ktor:ktor-server-websockets:2.1.2"
40
- implementation " io.ktor:ktor-server-default-headers:2.1.2"
41
- implementation " io.ktor:ktor-server-compression:2.1.2"
42
- implementation " io.ktor:ktor-server-caching-headers:2.1.2"
43
- implementation " io.ktor:ktor-network-tls-certificates:2.1.2"
38
+ api " io.ktor:ktor-server-jetty:2.1.2"
39
+ api " io.ktor:ktor-server-websockets:2.1.2"
40
+ api " io.ktor:ktor-server-default-headers:2.1.2"
41
+ api " io.ktor:ktor-server-compression:2.1.2"
42
+ api " io.ktor:ktor-server-caching-headers:2.1.2"
43
+ api " io.ktor:ktor-network-tls-certificates:2.1.2"
44
44
45
- implementation ' io.mola.galimatias:galimatias:0.2.1'
45
+ api ' io.mola.galimatias:galimatias:0.2.1'
46
46
47
47
implementation ' io.github.microutils:kotlin-logging:3.0.0'
48
48
0 commit comments