xref: /aosp_15_r20/external/kotlinx.coroutines/gradle.properties (revision 7a7160fed73afa6648ef8aa100d4a336fe921d9a)
1*7a7160feSAndroid Build Coastguard Worker# Kotlin
2*7a7160feSAndroid Build Coastguard Workerversion=1.8.1-SNAPSHOT
3*7a7160feSAndroid Build Coastguard Workergroup=org.jetbrains.kotlinx
4*7a7160feSAndroid Build Coastguard Workerkotlin_version=1.9.21
5*7a7160feSAndroid Build Coastguard Worker# DO NOT rename this property without adapting kotlinx.train build chain:
6*7a7160feSAndroid Build Coastguard Workeratomicfu_version=0.23.1
7*7a7160feSAndroid Build Coastguard Worker
8*7a7160feSAndroid Build Coastguard Worker# Dependencies
9*7a7160feSAndroid Build Coastguard Workerjunit_version=4.12
10*7a7160feSAndroid Build Coastguard Workerjunit5_version=5.7.0
11*7a7160feSAndroid Build Coastguard Workerknit_version=0.5.0
12*7a7160feSAndroid Build Coastguard Workerhtml_version=0.7.2
13*7a7160feSAndroid Build Coastguard Workerlincheck_version=2.18.1
14*7a7160feSAndroid Build Coastguard Workerdokka_version=1.9.20
15*7a7160feSAndroid Build Coastguard Workerbyte_buddy_version=1.10.9
16*7a7160feSAndroid Build Coastguard Workerreactor_version=3.4.1
17*7a7160feSAndroid Build Coastguard Workerreactor_docs_version=3.4.5
18*7a7160feSAndroid Build Coastguard Workerreactive_streams_version=1.0.3
19*7a7160feSAndroid Build Coastguard Workerrxjava2_version=2.2.8
20*7a7160feSAndroid Build Coastguard Workerrxjava3_version=3.0.2
21*7a7160feSAndroid Build Coastguard Workerjavafx_version=17.0.2
22*7a7160feSAndroid Build Coastguard Workerjavafx_plugin_version=0.0.8
23*7a7160feSAndroid Build Coastguard Workerbinary_compatibility_validator_version=0.13.2
24*7a7160feSAndroid Build Coastguard Workerkover_version=0.8.0-Beta
25*7a7160feSAndroid Build Coastguard Workerblockhound_version=1.0.8.RELEASE
26*7a7160feSAndroid Build Coastguard Workerjna_version=5.9.0
27*7a7160feSAndroid Build Coastguard Worker
28*7a7160feSAndroid Build Coastguard Worker# Gradle
29*7a7160feSAndroid Build Coastguard Workerjdk_toolchain_version=11
30*7a7160feSAndroid Build Coastguard Workeranimalsniffer_version=1.7.1
31*7a7160feSAndroid Build Coastguard Workershadow_version=7.1.2
32*7a7160feSAndroid Build Coastguard Worker#shadow_version=8.1.1 For Gradle 8, not compatible with Gradle 7
33*7a7160feSAndroid Build Coastguard Worker
34*7a7160feSAndroid Build Coastguard Worker# Android versions
35*7a7160feSAndroid Build Coastguard Workerandroid_version=4.1.1.4
36*7a7160feSAndroid Build Coastguard Workerandroidx_annotation_version=1.1.0
37*7a7160feSAndroid Build Coastguard Workerrobolectric_version=4.9
38*7a7160feSAndroid Build Coastguard Workerbaksmali_version=2.2.7
39*7a7160feSAndroid Build Coastguard Worker
40*7a7160feSAndroid Build Coastguard Worker# Settings
41*7a7160feSAndroid Build Coastguard Workerkotlin.incremental.multiplatform=true
42*7a7160feSAndroid Build Coastguard Workerkotlin.native.ignoreDisabledTargets=true
43*7a7160feSAndroid Build Coastguard Worker
44*7a7160feSAndroid Build Coastguard Worker# JS IR backend sometimes crashes with out-of-memory
45*7a7160feSAndroid Build Coastguard Worker# TODO: Remove once KT-37187 is fixed
46*7a7160feSAndroid Build Coastguard Workerorg.gradle.jvmargs=-Xmx3g
47*7a7160feSAndroid Build Coastguard Worker
48*7a7160feSAndroid Build Coastguard Workerkotlin.mpp.stability.nowarn=true
49*7a7160feSAndroid Build Coastguard Workerkotlinx.atomicfu.enableJvmIrTransformation=true
50*7a7160feSAndroid Build Coastguard Worker# When the flag below is set to `true`, AtomicFU cannot process
51*7a7160feSAndroid Build Coastguard Worker# usages of `moveForward` in `ConcurrentLinkedList.kt` correctly.
52*7a7160feSAndroid Build Coastguard Workerkotlinx.atomicfu.enableJsIrTransformation=false
53*7a7160feSAndroid Build Coastguard Workerkotlinx.atomicfu.enableNativeIrTransformation=true
54