-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
66 lines (50 loc) · 2.7 KB
/
Copy pathlibs.versions.toml
File metadata and controls
66 lines (50 loc) · 2.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
[versions]
aurora = "2.5.0"
buildconfig = "6.0.10"
coil = "3.6.2"
compose = "1.12.0"
composeHotReload = "1.2.0"
coroutines = "1.11.0"
cryptohash = "1.0.2"
detekt = "2.0.0-alpha.2"
flowext = "1.0.0"
github-api = "1.330"
jna = "5.19.1"
jsystemthemedetector = "3.9.1"
klogging = "0.11.8"
kotlin = "2.4.20"
kotlin-csv = "2.0.0"
ktor = "3.5.2"
lwjgl = "3.4.3"
slf4j = "2.0.19"
voyager = "1.0.1"
windowstyler = "0.3.2"
[libraries]
aurora-component = { module = "org.pushing-pixels:aurora-component", version.ref = "aurora" }
aurora-theming = { module = "org.pushing-pixels:aurora-theming", version.ref = "aurora" }
aurora-window = { module = "org.pushing-pixels:aurora-window", version.ref = "aurora" }
coil-compose = { module = "io.coil-kt.coil3:coil-compose", version.ref = "coil" }
coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" }
crypto-cryptohash = { module = "com.appmattus.crypto:cryptohash", version.ref = "cryptohash" }
flowext = { module = "io.github.hoc081098:FlowExt", version.ref = "flowext" }
github-api = { module = "org.kohsuke:github-api", version.ref = "github-api" }
jna = { module = "net.java.dev.jna:jna-jpms", version.ref = "jna" }
jna-platform = { module = "net.java.dev.jna:jna-platform-jpms", version.ref = "jna" }
jsystemthemedetector = { module = "com.github.Dansoftowner:jSystemThemeDetector", version.ref = "jsystemthemedetector" }
klogging-jvm = { module = "io.klogging:klogging-jvm", version.ref = "klogging" }
kotlincsv = { module = "com.github.doyaaaaaken:kotlin-csv", version.ref = "kotlin-csv" }
ktor-client-java = { module = "io.ktor:ktor-client-java", version.ref = "ktor" }
lwjgl-core = { module = "org.lwjgl:lwjgl", version.ref = "lwjgl" }
lwjgl-tinyfd = { module = "org.lwjgl:lwjgl-tinyfd", version.ref = "lwjgl" }
slf4j-nop = { module = "org.slf4j:slf4j-nop", version.ref = "slf4j" }
voyager-navigator = { module = "cafe.adriel.voyager:voyager-navigator", version.ref = "voyager" }
voyager-screenmodel = { module = "cafe.adriel.voyager:voyager-screenmodel", version.ref = "voyager" }
voyager-tabNavigator = { module = "cafe.adriel.voyager:voyager-tab-navigator", version.ref = "voyager" }
windowstyler = { module = "com.mayakapps.compose:window-styler", version.ref = "windowstyler" }
[plugins]
compose = { id = "org.jetbrains.compose", version.ref = "compose" }
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
composeHotReload = { id = "org.jetbrains.compose.hot-reload", version.ref = "composeHotReload" }
buildconfig = { id = "com.github.gmazzo.buildconfig", version.ref = "buildconfig" }
detekt = { id = "dev.detekt", version.ref = "detekt" }
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }