add android target

This commit is contained in:
2021-01-02 22:43:32 +06:00
parent bbb4f41723
commit 0376eb7910
4 changed files with 96 additions and 1 deletions

View File

@@ -0,0 +1 @@
<manifest package="dev.inmo.krontab"/>

View File

@@ -0,0 +1,18 @@
package dev.inmo.krontab
import android.content.Context
import androidx.work.*
//fun KronScheduler.workRequest(context: Context) = OneTimeWorkRequestBuilder<>()
//
//abstract class KronSchedulerWorkRequest(
// context: Context,
// workerParams: WorkerParameters
//) : CoroutineWorker(
// context,
// workerParams
//) {
// override suspend fun doWork(): Result {
//
// }
//}