Files
alkaa/.gitignore
Igor Escodro 33b64a4717 ️ Implement a new module to handle Parcelable/Parcelize calls
Due to recent changes in the K2 compiler, the Moko Parcelize library
stopped working properly. A new workaround was implemented allowing the
Parcelable and Parcelize to work properly again.
2024-05-19 16:50:59 -04:00

45 lines
594 B
Plaintext

# Generated files
bin/
gen/
out/
# Gradle files
.gradle/
build/
# Local configuration file (sdk path, etc)
local.properties
# Proguard folder generated by Eclipse
proguard/
# Log Files
*.log
# Android Studio Navigation editor temp files
.navigation/
# Android Studio captures folder
captures/
# Intellij
*.iml
.idea/*
# Keystore files
*.jks
# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild
# Google Services (e.g. APIs or Firebase)
google-services.json
# Freeline
freeline.py
freeline/
freeline_project_description.json
# Kotlin
.kotlin