feat: Add sync routes for data synchronization between client and server feat: Create web routes for serving UI and data visualization chore: Configure TypeScript for the server project docs: Update README with project overview, features, and setup instructions docs: Add server setup implementation details for first-run configuration docs: Summarize updates and changes in the project, including new features and enhancements
8 lines
373 B
Groovy
8 lines
373 B
Groovy
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
plugins {
|
|
id 'com.android.application' version '8.3.0' apply false
|
|
id 'com.android.library' version '8.3.0' apply false
|
|
id 'org.jetbrains.kotlin.android' version '1.9.20' apply false
|
|
id 'com.google.devtools.ksp' version '1.9.20-1.0.14' apply false
|
|
}
|