Files
event-demo/gradle.properties
flecomte 774e80d9d5
Tests / build (pull_request) Successful in 7m44s
Tests / test (pull_request) Failing after 10m37s
Tests / lint (pull_request) Successful in 14m30s
feature: init kotlin compose multiplatforme
2026-08-06 21:28:57 +02:00

29 lines
923 B
Properties

ktor_version=3.5.1
kotlin_version=2.1.21
kotlin_serialization_version=1.11.0
logback_version=1.5.38
koin_version=4.2.1
kotlin_logging_version=8.0.4
kotest_version=6.2.2
compose_multiplatform_version=1.8.2
agp_version=9.2.0
kotlinx_coroutines_version=1.10.2
navigation_compose_version=2.9.2
android_compile_sdk=36
android_target_sdk=36
android_min_sdk=24
kotlin.code.style=official
org.gradle.jvmargs=-Xmx4g
kotlin.daemon.jvmargs=-Xmx4g
org.gradle.configureondemand=true
android.useAndroidX=true
android.nonTransitiveRClass=true
# AGP 9.x's classic com.android.library/application plugins no longer work together with
# org.jetbrains.kotlin.multiplatform in the same module (they require the newer
# com.android.kotlin.multiplatform.library plugin instead). Until shared/composeApp are migrated
# to that new plugin, this AGP-recommended flag keeps the classic DSL usable.
android.builtInKotlin=false
android.newDsl=false