-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgradle.properties
More file actions
30 lines (23 loc) · 963 Bytes
/
Copy pathgradle.properties
File metadata and controls
30 lines (23 loc) · 963 Bytes
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
org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.configuration-cache=true
android.useAndroidX=true
android.nonTransitiveRClass=true
kotlin.mpp.androidSourceSetLayoutVersion=2
kotlin.mpp.applyDefaultHierarchyTemplate=true
SONATYPE_HOST=CENTRAL_PORTAL
RELEASE_SIGNING_ENABLED=true
POM_NAME=Supabase KMP
POM_DESCRIPTION=Kotlin Multiplatform SDK for Supabase — type-safe, coroutine-first, modular
POM_INCEPTION_YEAR=2026
POM_URL=https://github.com/AndroidPoet/supabase-kmp
POM_LICENSE_NAME=MIT License
POM_LICENSE_URL=https://opensource.org/licenses/MIT
POM_LICENSE_DIST=repo
POM_SCM_URL=https://github.com/AndroidPoet/supabase-kmp
POM_SCM_CONNECTION=scm:git:git://github.com/AndroidPoet/supabase-kmp.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/AndroidPoet/supabase-kmp.git
POM_DEVELOPER_ID=androidpoet
POM_DEVELOPER_NAME=Ranbir Singh
POM_DEVELOPER_URL=https://github.com/AndroidPoet