Revert "Merge pull request #446 from fiatjaf/ktlint"
This reverts commit1b346197c8, reversing changes made to80fb1da0e7.
This commit is contained in:
@@ -9,12 +9,9 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
|
||||
./gradlew assembleRelease # Build release APK (minified with R8)
|
||||
./gradlew installDebug # Build and install on connected device/emulator
|
||||
./gradlew clean # Clean build artifacts
|
||||
./gradlew ktlintFormat # Format Kotlin code
|
||||
./gradlew ktlintCheck # Lint Kotlin code
|
||||
```
|
||||
|
||||
No test suite exists yet. JDK 17 and Android SDK 35 are required.
|
||||
Run `./gradlew ktlintFormat` then `./gradlew ktlintCheck` after every change.
|
||||
|
||||
## Architecture
|
||||
|
||||
|
||||
@@ -6,7 +6,6 @@ plugins {
|
||||
alias(libs.plugins.kotlin.compose)
|
||||
alias(libs.plugins.kotlin.serialization)
|
||||
alias(libs.plugins.objectbox)
|
||||
alias(libs.plugins.ktlint)
|
||||
}
|
||||
|
||||
android {
|
||||
|
||||
@@ -4,5 +4,4 @@ plugins {
|
||||
alias(libs.plugins.kotlin.compose) apply false
|
||||
alias(libs.plugins.kotlin.serialization) apply false
|
||||
alias(libs.plugins.objectbox) apply false
|
||||
alias(libs.plugins.ktlint) apply false
|
||||
}
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
[versions]
|
||||
kotlin = "2.0.21"
|
||||
agp = "8.13.2"
|
||||
ktlint = "12.1.1"
|
||||
compose-bom = "2024.12.01"
|
||||
okhttp = "4.12.0"
|
||||
kotlinx-serialization = "1.7.3"
|
||||
@@ -78,4 +77,3 @@ kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
||||
kotlin-compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
|
||||
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
|
||||
objectbox = { id = "io.objectbox", version.ref = "objectbox" }
|
||||
ktlint = { id = "org.jlleitschuh.gradle.ktlint", version.ref = "ktlint" }
|
||||
|
||||
Reference in New Issue
Block a user