i-1: First draft of a shared KMP library (#2)

- [x] Exposes a `Greeting` class.
- [x] Exposes a `Greeting` class test.

Co-authored-by: Emil Simeonov <emil@theliberatededge.org>
Reviewed-on: emil/AstrologyLibrary#2
This commit was merged in pull request #2.
This commit is contained in:
2025-02-13 14:31:22 +00:00
parent 3b19af6d03
commit d8125f64e5
216 changed files with 2188 additions and 2 deletions

11
gradle.properties Normal file
View File

@@ -0,0 +1,11 @@
#Gradle
org.gradle.jvmargs=-Xmx2048M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx2048M"
org.gradle.caching=true
org.gradle.configuration-cache=true
#Kotlin
kotlin.code.style=official
#Android
android.useAndroidX=true
android.nonTransitiveRClass=true