-
Notifications
You must be signed in to change notification settings - Fork 2
/
gradle.properties
31 lines (24 loc) · 917 Bytes
/
gradle.properties
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
# General
kotlin.code.style=official
org.gradle.jvmargs=-Xmx8g -Xms4g -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx8g"
# Android
android.useAndroidX=true
android.nonTransitiveRClass=true
# KMP
org.jetbrains.compose.experimental.jscanvas.enabled=true
org.jetbrains.compose.experimental.wasm.enabled=true
# MPP
kotlin.mpp.androidSourceSetLayoutVersion=2
kotlin.mpp.enableCInteropCommonization=true
# Amadeus API Key
amadeus.apiKey=get-an-amadeus-apiKey
amadeus.apiSecret=get-an-amadeus-apiSecret
# Maven Central Credentials
mavenCentral.user=fake-maven-user
mavenCentral.pass=fake-maven-pass
# Flavors
ThemeFlavorProvider=A
AuthPluginFlavorProvider=Firebase
LoggerPluginProvider=Development
# Bug: https://youtrack.jetbrains.com/issue/KT-66919/Inconsistent-JVM-target-compatibility-detected-for-tasks-error-still-shown-when-Kotlin-auto-selected-a-lower-target
kotlin.jvm.target.validation.mode=IGNORE