I'm a CS student passionate about app development.
- A prayer alarm app
- Kotlin DSL for WorkManager
- NoThanks in Compose
- Jetpack Compose
- Discord Bot Development
I'm a CS student passionate about app development.
Migration to Compose Compiler Gradle Plugin for multi module projects using convention plugins.
Kotlin
# Hiding Secrets / API keys in `*.properties` files
> [!NOTE]
> If you are using convention plugin for your project, solution at the bottom.
package com.example.compose_debug
import androidx.compose.animation.EnterTransition
import androidx.compose.animation.ExitTransition
import androidx.compose.animation.core.CubicBezierEasing
import android.content.BroadcastReceiver
import android.content.Context
import android.content.Intent
import android.content.IntentFilter
import android.os.Build