-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
46 lines (33 loc) · 2.17 KB
/
Copy pathlibs.versions.toml
File metadata and controls
46 lines (33 loc) · 2.17 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
[versions]
kotlin = "2.4.0"
kotlin_serialization = "1.11.0"
coroutines = "1.11.0"
benchmark = "0.4.17"
android_plugin = "9.2.1"
android_test_runner = "1.2.0" #| old versions to allow testing on SDK < 21
android_test_juint = "1.1.5" #|
webidl = "1.0.3"
plugin_publish = "2.1.1"
intellij_platform = "2.17.0"
grammarkit = "2023.3.0.3"
maven_publish = "0.37.0"
[libraries]
kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
android-tools = { module = "com.android.tools.build:gradle", version.ref = "android_plugin" }
webidl = { module = "com.huskerdev:webidl-kt", version.ref = "webidl" }
kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" }
kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" }
kotlinx-benchmark = { module = "org.jetbrains.kotlinx:kotlinx-benchmark-runtime", version.ref = "benchmark" }
kotlinx-serialization = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kotlin_serialization" }
androidx-test-runner = { module = "androidx.test:runner", version.ref = "android_test_runner" }
androidx-test-ext-junit = { module = "androidx.test.ext:junit", version.ref = "android_test_juint" }
[plugins]
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
kotlin-js = { id = "org.jetbrains.kotlin.js", version.ref = "kotlin" }
kotlin-android = { id = "com.android.kotlin.multiplatform.library", version.ref = "android_plugin" }
kotlinx-benchmark = { id = "org.jetbrains.kotlinx.benchmark", version.ref = "benchmark" }
plugin-publish = { id = "com.gradle.plugin-publish", version.ref = "plugin_publish" }
intellij-platform = { id = "org.jetbrains.intellij.platform", version.ref = "intellij_platform" }
grammarkit = { id = "org.jetbrains.grammarkit", version.ref = "grammarkit" }
maven-publish = { id = "com.vanniktech.maven.publish", version.ref = "maven_publish" }