Skip to content

Commit

Permalink
chore: build configuration & modules clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
y9vad9 committed Jan 7, 2024
1 parent 4c58bad commit c7c6ed5
Show file tree
Hide file tree
Showing 12 changed files with 92 additions and 294 deletions.
13 changes: 7 additions & 6 deletions README-uk.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
![poster](docs/images/uk/github_poster.png)

# <p align="center">TimeMates</p>
![Latest GitHub release](https://img.shields.io/github/v/release/timemates/app?include_prereleases)
![GitHub](https://img.shields.io/github/license/timemates/app)
![GitHub issues](https://img.shields.io/github/issues/timemates/app)
# TimeMates
TimeMates - це мультиплатформенний застосунок, побудований з використанням Kotlin, Compose,
Coroutines та gRPC. Він призначений для покращення продуктивності команд, надаючи гнучкі таймери,
Coroutines та RSocket (за допомогою [rsproto](https://github.com/timemates/rsproto)). Він призначений для покращення продуктивності команд, надаючи гнучкі таймери,
нотатки та безпроблемну інтеграцію з іншими платформами, наприклад, GitHub у майбутньому.

Незалежно від того, чи ви працюєте над командним проектом, чи просто виконуєте власні домашні завдання, TimeMates має все необхідне,
щоб ви були організовані, зосереджені та продуктивні. Додаток дозволяє користувачам створювати персоналізовані таймери для своїх завдань,
щоб вони могли залишатися в ритмі та виконувати терміни.

## <p align="center">Наш прогрес</p>
Якщо ви хочете дізнатися, як ми працюємо з TimeMates, ви можете переглянути [нашу дошку](https://github.com/orgs/timemates/projects/7).
## Наш прогрес
Якщо ви хочете дізнатися, як ми працюємо з TimeMates, ви можете переглянути [нашу дошку завдань](https://github.com/orgs/timemates/projects/7).
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ plugins {
alias(libs.plugins.ksp) apply false
alias(libs.plugins.cashapp.sqldelight) apply false
alias(libs.plugins.compose.multiplatform) apply false
id(libs.plugins.configurations.multiplatform.library.get().pluginId) apply false
}

allprojects {
Expand Down
8 changes: 0 additions & 8 deletions foundation/system-tray/build.gradle.kts

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion foundation/viewmodel/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ kotlin {
androidTarget()

sourceSets {
jvmMain
androidMain {
dependencies {
api(libs.androidx.lifecycle)
Expand Down
Loading

0 comments on commit c7c6ed5

Please sign in to comment.