diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 86381ea7..d168c569 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -120,6 +120,7 @@ android { dependencies { implementation(projects.domain) implementation(projects.core.common) + implementation(projects.core.gitauth) implementation(projects.data.templates) implementation(projects.designsystem) implementation(projects.data.local) diff --git a/build-logic/conventions/src/main/kotlin/ModuleBoundaryRules.kt b/build-logic/conventions/src/main/kotlin/ModuleBoundaryRules.kt index 14938911..78039b15 100644 --- a/build-logic/conventions/src/main/kotlin/ModuleBoundaryRules.kt +++ b/build-logic/conventions/src/main/kotlin/ModuleBoundaryRules.kt @@ -85,5 +85,4 @@ private fun violationFor(edge: ModuleEdge): BoundaryViolation? = when { /** Edges that are allowed for now and expected to be removed. Nothing may be added to this list. */ val MODULE_BOUNDARY_BASELINE: Set = setOf( - ":feature:settings -> :feature:git", ) diff --git a/core/gitauth/build.gradle.kts b/core/gitauth/build.gradle.kts new file mode 100644 index 00000000..52b637f4 --- /dev/null +++ b/core/gitauth/build.gradle.kts @@ -0,0 +1,17 @@ +plugins { id("asl.android.library.compose") } + +android { namespace = "com.ahmadkharfan.androidstudiolite.core.gitauth" } + +dependencies { + // A capability shared by :feature:git and :feature:settings rather than something either owns. + // It carries UI, so unlike a contract module it legitimately depends on the design system. + api(projects.domain) + implementation(projects.core.common) + implementation(projects.designsystem) + implementation(platform(libs.androidx.compose.bom)) + implementation(libs.androidx.compose.material3) + implementation(libs.androidx.compose.ui) + implementation(libs.kotlinx.coroutines.android) + testImplementation(libs.junit) + testImplementation(libs.kotlinx.coroutines.test) +} diff --git a/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/results.bin b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/results.bin new file mode 100644 index 00000000..7ed749eb --- /dev/null +++ b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/results.bin @@ -0,0 +1 @@ +o/bundleLibRuntimeToDirDebug diff --git a/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$onAuthorized$2.dex b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$onAuthorized$2.dex new file mode 100644 index 00000000..9ef03029 Binary files /dev/null and b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$onAuthorized$2.dex differ diff --git a/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$onStartGitHubSignIn$2$1.dex b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$onStartGitHubSignIn$2$1.dex new file mode 100644 index 00000000..da29da30 Binary files /dev/null and b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$onStartGitHubSignIn$2$1.dex differ diff --git a/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$onStartGitHubSignIn$2.dex b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$onStartGitHubSignIn$2.dex new file mode 100644 index 00000000..e564e437 Binary files /dev/null and b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$onStartGitHubSignIn$2.dex differ diff --git a/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController.dex b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController.dex new file mode 100644 index 00000000..56e42727 Binary files /dev/null and b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController.dex differ diff --git a/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthMode.dex b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthMode.dex new file mode 100644 index 00000000..544ea434 Binary files /dev/null and b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthMode.dex differ diff --git a/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptActions.dex b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptActions.dex new file mode 100644 index 00000000..4c79d723 Binary files /dev/null and b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptActions.dex differ diff --git a/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptKt$GitHubAuthDialog$2$1.dex b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptKt$GitHubAuthDialog$2$1.dex new file mode 100644 index 00000000..bab1ca63 Binary files /dev/null and b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptKt$GitHubAuthDialog$2$1.dex differ diff --git a/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptKt$GitHubAuthDialog$4$1$4$1.dex b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptKt$GitHubAuthDialog$4$1$4$1.dex new file mode 100644 index 00000000..7b866981 Binary files /dev/null and b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptKt$GitHubAuthDialog$4$1$4$1.dex differ diff --git a/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptKt.dex b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptKt.dex new file mode 100644 index 00000000..8107d98f Binary files /dev/null and b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptKt.dex differ diff --git a/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptState.dex b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptState.dex new file mode 100644 index 00000000..3391c589 Binary files /dev/null and b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptState.dex differ diff --git a/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/core/gitauth/GitHubDeviceCodeUi.dex b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/core/gitauth/GitHubDeviceCodeUi.dex new file mode 100644 index 00000000..d7e2c1dc Binary files /dev/null and b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/core/gitauth/GitHubDeviceCodeUi.dex differ diff --git a/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$$InternalSyntheticLambda$2$136b154b767f3eef102fea9bcd095be51d3560d9f8c043b0ce1de1b3dba58036$0.globals b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$$InternalSyntheticLambda$2$136b154b767f3eef102fea9bcd095be51d3560d9f8c043b0ce1de1b3dba58036$0.globals new file mode 100644 index 00000000..48bf5073 Binary files /dev/null and b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$$InternalSyntheticLambda$2$136b154b767f3eef102fea9bcd095be51d3560d9f8c043b0ce1de1b3dba58036$0.globals differ diff --git a/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$$InternalSyntheticLambda$2$24722097174606dc41b98c34da14ba3629f69e98ee3d86f28524aa97c57965c8$0.globals b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$$InternalSyntheticLambda$2$24722097174606dc41b98c34da14ba3629f69e98ee3d86f28524aa97c57965c8$0.globals new file mode 100644 index 00000000..48bf5073 Binary files /dev/null and b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$$InternalSyntheticLambda$2$24722097174606dc41b98c34da14ba3629f69e98ee3d86f28524aa97c57965c8$0.globals differ diff --git a/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$$InternalSyntheticLambda$2$362fd138c413c77e9e01817ddc2c9b706db4a4420aae7946f4b7436a75c1c0cc$0.globals b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$$InternalSyntheticLambda$2$362fd138c413c77e9e01817ddc2c9b706db4a4420aae7946f4b7436a75c1c0cc$0.globals new file mode 100644 index 00000000..48bf5073 Binary files /dev/null and b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$$InternalSyntheticLambda$2$362fd138c413c77e9e01817ddc2c9b706db4a4420aae7946f4b7436a75c1c0cc$0.globals differ diff --git a/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$$InternalSyntheticLambda$2$43714084d2f81cd99b5ef32a4294cef0c367b0db42cea62b63eb09a93881ae87$0.globals b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$$InternalSyntheticLambda$2$43714084d2f81cd99b5ef32a4294cef0c367b0db42cea62b63eb09a93881ae87$0.globals new file mode 100644 index 00000000..48bf5073 Binary files /dev/null and b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$$InternalSyntheticLambda$2$43714084d2f81cd99b5ef32a4294cef0c367b0db42cea62b63eb09a93881ae87$0.globals differ diff --git a/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$$InternalSyntheticLambda$2$51f773bfdcb55d68c394cc3c6c5b576e4ca57381b855e5ecf39fe2f3656641ef$0.globals b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$$InternalSyntheticLambda$2$51f773bfdcb55d68c394cc3c6c5b576e4ca57381b855e5ecf39fe2f3656641ef$0.globals new file mode 100644 index 00000000..48bf5073 Binary files /dev/null and b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$$InternalSyntheticLambda$2$51f773bfdcb55d68c394cc3c6c5b576e4ca57381b855e5ecf39fe2f3656641ef$0.globals differ diff --git a/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$$InternalSyntheticLambda$2$87cfe29c0b2e6b6e46e8de9d7d72d438ae189b6698230b93e85816962d02cfbf$0.globals b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$$InternalSyntheticLambda$2$87cfe29c0b2e6b6e46e8de9d7d72d438ae189b6698230b93e85816962d02cfbf$0.globals new file mode 100644 index 00000000..48bf5073 Binary files /dev/null and b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$$InternalSyntheticLambda$2$87cfe29c0b2e6b6e46e8de9d7d72d438ae189b6698230b93e85816962d02cfbf$0.globals differ diff --git a/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$$InternalSyntheticLambda$2$d5b9bd05d82f9cb0c52d53818869c4cacad46ab8a3a0fda427c6a19613af4d86$0.globals b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$$InternalSyntheticLambda$2$d5b9bd05d82f9cb0c52d53818869c4cacad46ab8a3a0fda427c6a19613af4d86$0.globals new file mode 100644 index 00000000..48bf5073 Binary files /dev/null and b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$$InternalSyntheticLambda$2$d5b9bd05d82f9cb0c52d53818869c4cacad46ab8a3a0fda427c6a19613af4d86$0.globals differ diff --git a/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$$InternalSyntheticLambda$2$de242b3f4ac16144fb284389589dcb55d8919541c1f632287bbbd682bdef43fd$0.globals b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$$InternalSyntheticLambda$2$de242b3f4ac16144fb284389589dcb55d8919541c1f632287bbbd682bdef43fd$0.globals new file mode 100644 index 00000000..48bf5073 Binary files /dev/null and b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$$InternalSyntheticLambda$2$de242b3f4ac16144fb284389589dcb55d8919541c1f632287bbbd682bdef43fd$0.globals differ diff --git a/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$onStartGitHubSignIn$2$1$$InternalSyntheticLambda$2$857d4a2c40a218f67544046eb220011598a98f7856e1540e596afe07cdc171d5$0.globals b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$onStartGitHubSignIn$2$1$$InternalSyntheticLambda$2$857d4a2c40a218f67544046eb220011598a98f7856e1540e596afe07cdc171d5$0.globals new file mode 100644 index 00000000..48bf5073 Binary files /dev/null and b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$onStartGitHubSignIn$2$1$$InternalSyntheticLambda$2$857d4a2c40a218f67544046eb220011598a98f7856e1540e596afe07cdc171d5$0.globals differ diff --git a/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$onStartGitHubSignIn$2$1$$InternalSyntheticLambda$2$857d4a2c40a218f67544046eb220011598a98f7856e1540e596afe07cdc171d5$1.globals b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$onStartGitHubSignIn$2$1$$InternalSyntheticLambda$2$857d4a2c40a218f67544046eb220011598a98f7856e1540e596afe07cdc171d5$1.globals new file mode 100644 index 00000000..48bf5073 Binary files /dev/null and b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$onStartGitHubSignIn$2$1$$InternalSyntheticLambda$2$857d4a2c40a218f67544046eb220011598a98f7856e1540e596afe07cdc171d5$1.globals differ diff --git a/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$onStartGitHubSignIn$2$1$$InternalSyntheticLambda$2$857d4a2c40a218f67544046eb220011598a98f7856e1540e596afe07cdc171d5$2.globals b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$onStartGitHubSignIn$2$1$$InternalSyntheticLambda$2$857d4a2c40a218f67544046eb220011598a98f7856e1540e596afe07cdc171d5$2.globals new file mode 100644 index 00000000..48bf5073 Binary files /dev/null and b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$onStartGitHubSignIn$2$1$$InternalSyntheticLambda$2$857d4a2c40a218f67544046eb220011598a98f7856e1540e596afe07cdc171d5$2.globals differ diff --git a/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptKt$$InternalSyntheticLambda$2$16f71588bd62288503b3950c8a0b23eca1825274e3fcfbbfecd9cc4ca5fbd402$0.globals b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptKt$$InternalSyntheticLambda$2$16f71588bd62288503b3950c8a0b23eca1825274e3fcfbbfecd9cc4ca5fbd402$0.globals new file mode 100644 index 00000000..48bf5073 Binary files /dev/null and b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptKt$$InternalSyntheticLambda$2$16f71588bd62288503b3950c8a0b23eca1825274e3fcfbbfecd9cc4ca5fbd402$0.globals differ diff --git a/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptKt$$InternalSyntheticLambda$2$16f71588bd62288503b3950c8a0b23eca1825274e3fcfbbfecd9cc4ca5fbd402$1.globals b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptKt$$InternalSyntheticLambda$2$16f71588bd62288503b3950c8a0b23eca1825274e3fcfbbfecd9cc4ca5fbd402$1.globals new file mode 100644 index 00000000..48bf5073 Binary files /dev/null and b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptKt$$InternalSyntheticLambda$2$16f71588bd62288503b3950c8a0b23eca1825274e3fcfbbfecd9cc4ca5fbd402$1.globals differ diff --git a/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptKt$$InternalSyntheticLambda$2$16f71588bd62288503b3950c8a0b23eca1825274e3fcfbbfecd9cc4ca5fbd402$2.globals b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptKt$$InternalSyntheticLambda$2$16f71588bd62288503b3950c8a0b23eca1825274e3fcfbbfecd9cc4ca5fbd402$2.globals new file mode 100644 index 00000000..48bf5073 Binary files /dev/null and b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptKt$$InternalSyntheticLambda$2$16f71588bd62288503b3950c8a0b23eca1825274e3fcfbbfecd9cc4ca5fbd402$2.globals differ diff --git a/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptKt$$InternalSyntheticLambda$2$16f71588bd62288503b3950c8a0b23eca1825274e3fcfbbfecd9cc4ca5fbd402$3.globals b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptKt$$InternalSyntheticLambda$2$16f71588bd62288503b3950c8a0b23eca1825274e3fcfbbfecd9cc4ca5fbd402$3.globals new file mode 100644 index 00000000..48bf5073 Binary files /dev/null and b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptKt$$InternalSyntheticLambda$2$16f71588bd62288503b3950c8a0b23eca1825274e3fcfbbfecd9cc4ca5fbd402$3.globals differ diff --git a/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptKt$$InternalSyntheticLambda$2$16f71588bd62288503b3950c8a0b23eca1825274e3fcfbbfecd9cc4ca5fbd402$4.globals b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptKt$$InternalSyntheticLambda$2$16f71588bd62288503b3950c8a0b23eca1825274e3fcfbbfecd9cc4ca5fbd402$4.globals new file mode 100644 index 00000000..48bf5073 Binary files /dev/null and b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptKt$$InternalSyntheticLambda$2$16f71588bd62288503b3950c8a0b23eca1825274e3fcfbbfecd9cc4ca5fbd402$4.globals differ diff --git a/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptKt$$InternalSyntheticLambda$2$b26af17ff2a6c8bf8001550d33c0b1ff7bac11ab1fc4132ab246a4373a5127a2$0.globals b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptKt$$InternalSyntheticLambda$2$b26af17ff2a6c8bf8001550d33c0b1ff7bac11ab1fc4132ab246a4373a5127a2$0.globals new file mode 100644 index 00000000..48bf5073 Binary files /dev/null and b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptKt$$InternalSyntheticLambda$2$b26af17ff2a6c8bf8001550d33c0b1ff7bac11ab1fc4132ab246a4373a5127a2$0.globals differ diff --git a/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptKt$$InternalSyntheticLambda$2$b26af17ff2a6c8bf8001550d33c0b1ff7bac11ab1fc4132ab246a4373a5127a2$1.globals b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptKt$$InternalSyntheticLambda$2$b26af17ff2a6c8bf8001550d33c0b1ff7bac11ab1fc4132ab246a4373a5127a2$1.globals new file mode 100644 index 00000000..48bf5073 Binary files /dev/null and b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptKt$$InternalSyntheticLambda$2$b26af17ff2a6c8bf8001550d33c0b1ff7bac11ab1fc4132ab246a4373a5127a2$1.globals differ diff --git a/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptKt$$InternalSyntheticLambda$2$b26af17ff2a6c8bf8001550d33c0b1ff7bac11ab1fc4132ab246a4373a5127a2$2.globals b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptKt$$InternalSyntheticLambda$2$b26af17ff2a6c8bf8001550d33c0b1ff7bac11ab1fc4132ab246a4373a5127a2$2.globals new file mode 100644 index 00000000..48bf5073 Binary files /dev/null and b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptKt$$InternalSyntheticLambda$2$b26af17ff2a6c8bf8001550d33c0b1ff7bac11ab1fc4132ab246a4373a5127a2$2.globals differ diff --git a/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptKt$$InternalSyntheticLambda$2$b26af17ff2a6c8bf8001550d33c0b1ff7bac11ab1fc4132ab246a4373a5127a2$3.globals b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptKt$$InternalSyntheticLambda$2$b26af17ff2a6c8bf8001550d33c0b1ff7bac11ab1fc4132ab246a4373a5127a2$3.globals new file mode 100644 index 00000000..48bf5073 Binary files /dev/null and b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptKt$$InternalSyntheticLambda$2$b26af17ff2a6c8bf8001550d33c0b1ff7bac11ab1fc4132ab246a4373a5127a2$3.globals differ diff --git a/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/desugar_graph.bin b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/desugar_graph.bin new file mode 100644 index 00000000..93efd4a3 Binary files /dev/null and b/core/gitauth/build/.transforms/a6e3d59a9e5ada1987a3c59072f9e146/transformed/bundleLibRuntimeToDirDebug/desugar_graph.bin differ diff --git a/core/gitauth/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/AndroidManifest.xml b/core/gitauth/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/AndroidManifest.xml new file mode 100644 index 00000000..5a97c555 --- /dev/null +++ b/core/gitauth/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/AndroidManifest.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/core/gitauth/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/output-metadata.json b/core/gitauth/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/output-metadata.json new file mode 100644 index 00000000..3fd67cc7 --- /dev/null +++ b/core/gitauth/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/output-metadata.json @@ -0,0 +1,18 @@ +{ + "version": 3, + "artifactType": { + "type": "AAPT_FRIENDLY_MERGED_MANIFESTS", + "kind": "Directory" + }, + "applicationId": "com.ahmadkharfan.androidstudiolite.core.gitauth", + "variantName": "debug", + "elements": [ + { + "type": "SINGLE", + "filters": [], + "attributes": [], + "outputFile": "AndroidManifest.xml" + } + ], + "elementType": "File" +} \ No newline at end of file diff --git a/core/gitauth/build/intermediates/aar_metadata/debug/writeDebugAarMetadata/aar-metadata.properties b/core/gitauth/build/intermediates/aar_metadata/debug/writeDebugAarMetadata/aar-metadata.properties new file mode 100644 index 00000000..b4c821ba --- /dev/null +++ b/core/gitauth/build/intermediates/aar_metadata/debug/writeDebugAarMetadata/aar-metadata.properties @@ -0,0 +1,7 @@ +aarFormatVersion=1.0 +aarMetadataVersion=1.0 +minCompileSdk=37 +minCompileMinorSdk=0 +minCompileSdkExtension=0 +minAndroidGradlePluginVersion=1.0.0 +coreLibraryDesugaringEnabled=false diff --git a/core/gitauth/build/intermediates/android_res_source_set_path_map/debug/mapDebugSourceSetPaths/file-map.txt b/core/gitauth/build/intermediates/android_res_source_set_path_map/debug/mapDebugSourceSetPaths/file-map.txt new file mode 100644 index 00000000..7f3acb42 --- /dev/null +++ b/core/gitauth/build/intermediates/android_res_source_set_path_map/debug/mapDebugSourceSetPaths/file-map.txt @@ -0,0 +1,9 @@ +com.ahmadkharfan.androidstudiolite.core.gitauth-pngs-0 /home/null/AndroidStudioProjects/AndroidStudioLite/core/gitauth/build/generated/res/pngs/debug +com.ahmadkharfan.androidstudiolite.core.gitauth-updated_navigation_xml-1 /home/null/AndroidStudioProjects/AndroidStudioLite/core/gitauth/build/generated/updated_navigation_xml/debug +com.ahmadkharfan.androidstudiolite.core.gitauth-mergeDebugResources-2 /home/null/AndroidStudioProjects/AndroidStudioLite/core/gitauth/build/intermediates/incremental/debug/mergeDebugResources/merged.dir +com.ahmadkharfan.androidstudiolite.core.gitauth-mergeDebugResources-3 /home/null/AndroidStudioProjects/AndroidStudioLite/core/gitauth/build/intermediates/incremental/debug/mergeDebugResources/stripped.dir +com.ahmadkharfan.androidstudiolite.core.gitauth-debug-4 /home/null/AndroidStudioProjects/AndroidStudioLite/core/gitauth/build/intermediates/merged_res/debug/mergeDebugResources +com.ahmadkharfan.androidstudiolite.core.gitauth-debug-5 /home/null/AndroidStudioProjects/AndroidStudioLite/core/gitauth/build/intermediates/packaged_res/debug/packageDebugResources +com.ahmadkharfan.androidstudiolite.core.gitauth-debug-6 /home/null/AndroidStudioProjects/AndroidStudioLite/core/gitauth/src/debug/res +com.ahmadkharfan.androidstudiolite.core.gitauth-main-7 /home/null/AndroidStudioProjects/AndroidStudioLite/core/gitauth/src/main/res +gradleHome-0 /home/null/.gradle \ No newline at end of file diff --git a/core/gitauth/build/intermediates/annotation_processor_list/debug/javaPreCompileDebug/annotationProcessors.json b/core/gitauth/build/intermediates/annotation_processor_list/debug/javaPreCompileDebug/annotationProcessors.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/core/gitauth/build/intermediates/annotation_processor_list/debug/javaPreCompileDebug/annotationProcessors.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/core/gitauth/build/intermediates/annotation_processor_list/debugUnitTest/javaPreCompileDebugUnitTest/annotationProcessors.json b/core/gitauth/build/intermediates/annotation_processor_list/debugUnitTest/javaPreCompileDebugUnitTest/annotationProcessors.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/core/gitauth/build/intermediates/annotation_processor_list/debugUnitTest/javaPreCompileDebugUnitTest/annotationProcessors.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/core/gitauth/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/META-INF/gitauth.kotlin_module b/core/gitauth/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/META-INF/gitauth.kotlin_module new file mode 100644 index 00000000..68a9c5f0 Binary files /dev/null and b/core/gitauth/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/META-INF/gitauth.kotlin_module differ diff --git a/core/gitauth/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$onAuthorized$2.class b/core/gitauth/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$onAuthorized$2.class new file mode 100644 index 00000000..bce90977 Binary files /dev/null and b/core/gitauth/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$onAuthorized$2.class differ diff --git a/core/gitauth/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$onStartGitHubSignIn$2$1.class b/core/gitauth/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$onStartGitHubSignIn$2$1.class new file mode 100644 index 00000000..6a14c6b5 Binary files /dev/null and b/core/gitauth/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$onStartGitHubSignIn$2$1.class differ diff --git a/core/gitauth/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$onStartGitHubSignIn$2.class b/core/gitauth/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$onStartGitHubSignIn$2.class new file mode 100644 index 00000000..86f10a34 Binary files /dev/null and b/core/gitauth/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$onStartGitHubSignIn$2.class differ diff --git a/core/gitauth/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController.class b/core/gitauth/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController.class new file mode 100644 index 00000000..9c4e2035 Binary files /dev/null and b/core/gitauth/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController.class differ diff --git a/core/gitauth/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthMode.class b/core/gitauth/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthMode.class new file mode 100644 index 00000000..ba06bd53 Binary files /dev/null and b/core/gitauth/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthMode.class differ diff --git a/core/gitauth/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptActions.class b/core/gitauth/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptActions.class new file mode 100644 index 00000000..3d1c2dff Binary files /dev/null and b/core/gitauth/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptActions.class differ diff --git a/core/gitauth/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptKt$GitHubAuthDialog$2$1.class b/core/gitauth/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptKt$GitHubAuthDialog$2$1.class new file mode 100644 index 00000000..5d4e9a37 Binary files /dev/null and b/core/gitauth/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptKt$GitHubAuthDialog$2$1.class differ diff --git a/core/gitauth/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptKt$GitHubAuthDialog$4$1$4$1.class b/core/gitauth/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptKt$GitHubAuthDialog$4$1$4$1.class new file mode 100644 index 00000000..57d2f968 Binary files /dev/null and b/core/gitauth/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptKt$GitHubAuthDialog$4$1$4$1.class differ diff --git a/core/gitauth/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptKt.class b/core/gitauth/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptKt.class new file mode 100644 index 00000000..4875334e Binary files /dev/null and b/core/gitauth/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptKt.class differ diff --git a/core/gitauth/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptState.class b/core/gitauth/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptState.class new file mode 100644 index 00000000..1fb19bef Binary files /dev/null and b/core/gitauth/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptState.class differ diff --git a/core/gitauth/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitHubDeviceCodeUi.class b/core/gitauth/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitHubDeviceCodeUi.class new file mode 100644 index 00000000..9385557c Binary files /dev/null and b/core/gitauth/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitHubDeviceCodeUi.class differ diff --git a/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/META-INF/gitauth.kotlin_module b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/META-INF/gitauth.kotlin_module new file mode 100644 index 00000000..ef915de2 Binary files /dev/null and b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/META-INF/gitauth.kotlin_module differ diff --git a/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$FakeAuthenticator.class b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$FakeAuthenticator.class new file mode 100644 index 00000000..beea6ab0 Binary files /dev/null and b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$FakeAuthenticator.class differ diff --git a/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$FakeCredentialStore.class b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$FakeCredentialStore.class new file mode 100644 index 00000000..e5a425cd Binary files /dev/null and b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$FakeCredentialStore.class differ diff --git a/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$Recorder.class b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$Recorder.class new file mode 100644 index 00000000..10f247d5 Binary files /dev/null and b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$Recorder.class differ diff --git a/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$changing the token clears a previous error$1$controller$1.class b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$changing the token clears a previous error$1$controller$1.class new file mode 100644 index 00000000..b93c171d Binary files /dev/null and b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$changing the token clears a previous error$1$controller$1.class differ diff --git a/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$changing the token clears a previous error$1.class b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$changing the token clears a previous error$1.class new file mode 100644 index 00000000..67698406 Binary files /dev/null and b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$changing the token clears a previous error$1.class differ diff --git a/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$device flow error clears busy and device state and surfaces the message$1$controller$1.class b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$device flow error clears busy and device state and surfaces the message$1$controller$1.class new file mode 100644 index 00000000..e526a5aa Binary files /dev/null and b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$device flow error clears busy and device state and surfaces the message$1$controller$1.class differ diff --git a/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$device flow error clears busy and device state and surfaces the message$1.class b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$device flow error clears busy and device state and surfaces the message$1.class new file mode 100644 index 00000000..169c9646 Binary files /dev/null and b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$device flow error clears busy and device state and surfaces the message$1.class differ diff --git a/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$device flow surfaces the user code and verification uri while awaiting authorization$1$controller$1.class b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$device flow surfaces the user code and verification uri while awaiting authorization$1$controller$1.class new file mode 100644 index 00000000..67d530c7 Binary files /dev/null and b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$device flow surfaces the user code and verification uri while awaiting authorization$1$controller$1.class differ diff --git a/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$device flow surfaces the user code and verification uri while awaiting authorization$1.class b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$device flow surfaces the user code and verification uri while awaiting authorization$1.class new file mode 100644 index 00000000..2f7e0143 Binary files /dev/null and b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$device flow surfaces the user code and verification uri while awaiting authorization$1.class differ diff --git a/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$dismissing after success runs the retry instead of discarding it$1$controller$1.class b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$dismissing after success runs the retry instead of discarding it$1$controller$1.class new file mode 100644 index 00000000..160a0396 Binary files /dev/null and b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$dismissing after success runs the retry instead of discarding it$1$controller$1.class differ diff --git a/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$dismissing after success runs the retry instead of discarding it$1.class b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$dismissing after success runs the retry instead of discarding it$1.class new file mode 100644 index 00000000..8e1d48e8 Binary files /dev/null and b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$dismissing after success runs the retry instead of discarding it$1.class differ diff --git a/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$dismissing before success resets state and drops the pending retry$1$controller$1.class b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$dismissing before success resets state and drops the pending retry$1$controller$1.class new file mode 100644 index 00000000..682c371a Binary files /dev/null and b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$dismissing before success resets state and drops the pending retry$1$controller$1.class differ diff --git a/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$dismissing before success resets state and drops the pending retry$1.class b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$dismissing before success resets state and drops the pending retry$1.class new file mode 100644 index 00000000..08997792 Binary files /dev/null and b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$dismissing before success resets state and drops the pending retry$1.class differ diff --git a/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$hasCredentials is false for a null host and otherwise delegates to the store$1.class b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$hasCredentials is false for a null host and otherwise delegates to the store$1.class new file mode 100644 index 00000000..d217da89 Binary files /dev/null and b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$hasCredentials is false for a null host and otherwise delegates to the store$1.class differ diff --git a/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$open falls back to Token mode when github is not configured$1$controller$1.class b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$open falls back to Token mode when github is not configured$1$controller$1.class new file mode 100644 index 00000000..1de11df7 Binary files /dev/null and b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$open falls back to Token mode when github is not configured$1$controller$1.class differ diff --git a/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$open falls back to Token mode when github is not configured$1.class b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$open falls back to Token mode when github is not configured$1.class new file mode 100644 index 00000000..58bb9d1e Binary files /dev/null and b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$open falls back to Token mode when github is not configured$1.class differ diff --git a/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$open shows prompt in SignIn mode when github is configured$1$controller$1.class b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$open shows prompt in SignIn mode when github is configured$1$controller$1.class new file mode 100644 index 00000000..71e149ef Binary files /dev/null and b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$open shows prompt in SignIn mode when github is configured$1$controller$1.class differ diff --git a/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$open shows prompt in SignIn mode when github is configured$1.class b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$open shows prompt in SignIn mode when github is configured$1.class new file mode 100644 index 00000000..be108cd2 Binary files /dev/null and b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$open shows prompt in SignIn mode when github is configured$1.class differ diff --git a/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$reopening during the post-success delay cancels the scheduled close$1$controller$1.class b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$reopening during the post-success delay cancels the scheduled close$1$controller$1.class new file mode 100644 index 00000000..d388c2df Binary files /dev/null and b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$reopening during the post-success delay cancels the scheduled close$1$controller$1.class differ diff --git a/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$reopening during the post-success delay cancels the scheduled close$1.class b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$reopening during the post-success delay cancels the scheduled close$1.class new file mode 100644 index 00000000..13e10362 Binary files /dev/null and b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$reopening during the post-success delay cancels the scheduled close$1.class differ diff --git a/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$reopening replaces the pending retry without invoking the old one$1.class b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$reopening replaces the pending retry without invoking the old one$1.class new file mode 100644 index 00000000..938c5889 Binary files /dev/null and b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$reopening replaces the pending retry without invoking the old one$1.class differ diff --git a/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$starting sign in again after the code request is emitted is ignored$1.class b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$starting sign in again after the code request is emitted is ignored$1.class new file mode 100644 index 00000000..5ae6fef7 Binary files /dev/null and b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$starting sign in again after the code request is emitted is ignored$1.class differ diff --git a/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$starting sign in twice before the authenticator emits starts a second device flow$1.class b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$starting sign in twice before the authenticator emits starts a second device flow$1.class new file mode 100644 index 00000000..a1974165 Binary files /dev/null and b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$starting sign in twice before the authenticator emits starts a second device flow$1.class differ diff --git a/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$starting sign in when github is unconfigured switches to Token mode with an explanation$1$controller$1.class b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$starting sign in when github is unconfigured switches to Token mode with an explanation$1$controller$1.class new file mode 100644 index 00000000..d0e98aa9 Binary files /dev/null and b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$starting sign in when github is unconfigured switches to Token mode with an explanation$1$controller$1.class differ diff --git a/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$starting sign in when github is unconfigured switches to Token mode with an explanation$1.class b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$starting sign in when github is unconfigured switches to Token mode with an explanation$1.class new file mode 100644 index 00000000..52fe909f Binary files /dev/null and b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$starting sign in when github is unconfigured switches to Token mode with an explanation$1.class differ diff --git a/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$submitting a blank token reports an error and does not save or retry$1$controller$1.class b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$submitting a blank token reports an error and does not save or retry$1$controller$1.class new file mode 100644 index 00000000..b199d8c8 Binary files /dev/null and b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$submitting a blank token reports an error and does not save or retry$1$controller$1.class differ diff --git a/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$submitting a blank token reports an error and does not save or retry$1.class b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$submitting a blank token reports an error and does not save or retry$1.class new file mode 100644 index 00000000..0efb1c92 Binary files /dev/null and b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$submitting a blank token reports an error and does not save or retry$1.class differ diff --git a/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$submitting a token saves it trimmed with an empty username then retries and resets$1$controller$1.class b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$submitting a token saves it trimmed with an empty username then retries and resets$1$controller$1.class new file mode 100644 index 00000000..b4cc074b Binary files /dev/null and b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$submitting a token saves it trimmed with an empty username then retries and resets$1$controller$1.class differ diff --git a/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$submitting a token saves it trimmed with an empty username then retries and resets$1.class b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$submitting a token saves it trimmed with an empty username then retries and resets$1.class new file mode 100644 index 00000000..a79e9e19 Binary files /dev/null and b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$submitting a token saves it trimmed with an empty username then retries and resets$1.class differ diff --git a/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$submitting a token with a null host still retries but saves nothing$1.class b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$submitting a token with a null host still retries but saves nothing$1.class new file mode 100644 index 00000000..99fca58a Binary files /dev/null and b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$submitting a token with a null host still retries but saves nothing$1.class differ diff --git a/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$successful authorization marks success immediately but defers the retry by 1100ms$1$controller$1.class b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$successful authorization marks success immediately but defers the retry by 1100ms$1$controller$1.class new file mode 100644 index 00000000..5c219db1 Binary files /dev/null and b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$successful authorization marks success immediately but defers the retry by 1100ms$1$controller$1.class differ diff --git a/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$successful authorization marks success immediately but defers the retry by 1100ms$1.class b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$successful authorization marks success immediately but defers the retry by 1100ms$1.class new file mode 100644 index 00000000..2188a3c0 Binary files /dev/null and b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$successful authorization marks success immediately but defers the retry by 1100ms$1.class differ diff --git a/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$switching to Token mode cancels the in-flight device flow and ignores late emissions$1$controller$1.class b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$switching to Token mode cancels the in-flight device flow and ignores late emissions$1$controller$1.class new file mode 100644 index 00000000..942531cf Binary files /dev/null and b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$switching to Token mode cancels the in-flight device flow and ignores late emissions$1$controller$1.class differ diff --git a/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$switching to Token mode cancels the in-flight device flow and ignores late emissions$1.class b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$switching to Token mode cancels the in-flight device flow and ignores late emissions$1.class new file mode 100644 index 00000000..c3bdb61f Binary files /dev/null and b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest$switching to Token mode cancels the in-flight device flow and ignores late emissions$1.class differ diff --git a/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest.class b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest.class new file mode 100644 index 00000000..c6b45163 Binary files /dev/null and b/core/gitauth/build/intermediates/built_in_kotlinc/debugUnitTest/compileDebugUnitTestKotlin/classes/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest.class differ diff --git a/core/gitauth/build/intermediates/compile_and_runtime_r_class_jar/debugUnitTest/generateDebugUnitTestStubRFile/R.jar b/core/gitauth/build/intermediates/compile_and_runtime_r_class_jar/debugUnitTest/generateDebugUnitTestStubRFile/R.jar new file mode 100644 index 00000000..3391b532 Binary files /dev/null and b/core/gitauth/build/intermediates/compile_and_runtime_r_class_jar/debugUnitTest/generateDebugUnitTestStubRFile/R.jar differ diff --git a/core/gitauth/build/intermediates/compile_library_classes_jar/debug/bundleLibCompileToJarDebug/classes.jar b/core/gitauth/build/intermediates/compile_library_classes_jar/debug/bundleLibCompileToJarDebug/classes.jar new file mode 100644 index 00000000..a0d4c3d4 Binary files /dev/null and b/core/gitauth/build/intermediates/compile_library_classes_jar/debug/bundleLibCompileToJarDebug/classes.jar differ diff --git a/core/gitauth/build/intermediates/compile_r_class_jar/debug/generateDebugRFile/R.jar b/core/gitauth/build/intermediates/compile_r_class_jar/debug/generateDebugRFile/R.jar new file mode 100644 index 00000000..8705f62c Binary files /dev/null and b/core/gitauth/build/intermediates/compile_r_class_jar/debug/generateDebugRFile/R.jar differ diff --git a/core/gitauth/build/intermediates/compile_symbol_list/debug/generateDebugRFile/R.txt b/core/gitauth/build/intermediates/compile_symbol_list/debug/generateDebugRFile/R.txt new file mode 100644 index 00000000..b82b64c8 --- /dev/null +++ b/core/gitauth/build/intermediates/compile_symbol_list/debug/generateDebugRFile/R.txt @@ -0,0 +1,20 @@ +int string git_auth_access_token 0x0 +int string git_auth_connected 0x0 +int string git_auth_connected_github 0x0 +int string git_auth_connected_hint 0x0 +int string git_auth_copied 0x0 +int string git_auth_copy_code_hint 0x0 +int string git_auth_create_token 0x0 +int string git_auth_device_hint 0x0 +int string git_auth_done 0x0 +int string git_auth_github_account 0x0 +int string git_auth_open_github 0x0 +int string git_auth_remote 0x0 +int string git_auth_save_retry 0x0 +int string git_auth_sign_in 0x0 +int string git_auth_sign_in_to 0x0 +int string git_auth_tap_copy 0x0 +int string git_auth_token_hint 0x0 +int string git_auth_token_placeholder 0x0 +int string git_auth_waiting 0x0 +int string git_auth_waiting_github 0x0 diff --git a/core/gitauth/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties b/core/gitauth/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties new file mode 100644 index 00000000..cbec66da --- /dev/null +++ b/core/gitauth/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties @@ -0,0 +1 @@ +#Thu Jul 30 04:52:50 EET 2026 diff --git a/core/gitauth/build/intermediates/incremental/debug/packageDebugResources/merged.dir/values/values.xml b/core/gitauth/build/intermediates/incremental/debug/packageDebugResources/merged.dir/values/values.xml new file mode 100644 index 00000000..089956dd --- /dev/null +++ b/core/gitauth/build/intermediates/incremental/debug/packageDebugResources/merged.dir/values/values.xml @@ -0,0 +1,23 @@ + + + Access token + Connected + Connected to GitHub + You\'re signed in. This credential is saved and reused across all your projects. + Copied to clipboard + Tap the code to copy it, then open GitHub and paste it: + Create a token on GitHub + Sign in with your GitHub account. We\'ll show you a short code to enter on github.com; the resulting access is stored securely and reused for every project. + Done + GitHub account + Open GitHub + the remote + Save & retry + Sign in + Sign in to %1$s + Tap to copy + Pushing to %1$s needs a GitHub personal access token (classic or fine-grained) with repository write access. It\'s stored securely and reused for future push/pull. + ghp_… + Waiting… + Waiting for you to authorize on GitHub… + \ No newline at end of file diff --git a/core/gitauth/build/intermediates/incremental/debug/packageDebugResources/merger.xml b/core/gitauth/build/intermediates/incremental/debug/packageDebugResources/merger.xml new file mode 100644 index 00000000..b302a910 --- /dev/null +++ b/core/gitauth/build/intermediates/incremental/debug/packageDebugResources/merger.xml @@ -0,0 +1,2 @@ + +the remoteDoneSave & retryWaiting…Sign inSign in to %1$sConnectedConnected to GitHubYou\'re signed in. This credential is saved and reused across all your projects.GitHub accountAccess tokenSign in with your GitHub account. We\'ll show you a short code to enter on github.com; the resulting access is stored securely and reused for every project.Tap the code to copy it, then open GitHub and paste it:Copied to clipboardTap to copyOpen GitHubWaiting for you to authorize on GitHub…Pushing to %1$s needs a GitHub personal access token (classic or fine-grained) with repository write access. It\'s stored securely and reused for future push/pull.ghp_…Create a token on GitHub \ No newline at end of file diff --git a/core/gitauth/build/intermediates/incremental/mergeDebugAssets/merger.xml b/core/gitauth/build/intermediates/incremental/mergeDebugAssets/merger.xml new file mode 100644 index 00000000..0ee27b25 --- /dev/null +++ b/core/gitauth/build/intermediates/incremental/mergeDebugAssets/merger.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/core/gitauth/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml b/core/gitauth/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml new file mode 100644 index 00000000..98a6dca5 --- /dev/null +++ b/core/gitauth/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/core/gitauth/build/intermediates/java_res/debug/processDebugJavaRes/out/META-INF/gitauth.kotlin_module b/core/gitauth/build/intermediates/java_res/debug/processDebugJavaRes/out/META-INF/gitauth.kotlin_module new file mode 100644 index 00000000..68a9c5f0 Binary files /dev/null and b/core/gitauth/build/intermediates/java_res/debug/processDebugJavaRes/out/META-INF/gitauth.kotlin_module differ diff --git a/core/gitauth/build/intermediates/java_res/debugUnitTest/processDebugUnitTestJavaRes/out/META-INF/gitauth.kotlin_module b/core/gitauth/build/intermediates/java_res/debugUnitTest/processDebugUnitTestJavaRes/out/META-INF/gitauth.kotlin_module new file mode 100644 index 00000000..ef915de2 Binary files /dev/null and b/core/gitauth/build/intermediates/java_res/debugUnitTest/processDebugUnitTestJavaRes/out/META-INF/gitauth.kotlin_module differ diff --git a/core/gitauth/build/intermediates/local_only_symbol_list/debug/parseDebugLocalResources/R-def.txt b/core/gitauth/build/intermediates/local_only_symbol_list/debug/parseDebugLocalResources/R-def.txt new file mode 100644 index 00000000..4aa79884 --- /dev/null +++ b/core/gitauth/build/intermediates/local_only_symbol_list/debug/parseDebugLocalResources/R-def.txt @@ -0,0 +1,22 @@ +R_DEF: Internal format may change without notice +local +string git_auth_access_token +string git_auth_connected +string git_auth_connected_github +string git_auth_connected_hint +string git_auth_copied +string git_auth_copy_code_hint +string git_auth_create_token +string git_auth_device_hint +string git_auth_done +string git_auth_github_account +string git_auth_open_github +string git_auth_remote +string git_auth_save_retry +string git_auth_sign_in +string git_auth_sign_in_to +string git_auth_tap_copy +string git_auth_token_hint +string git_auth_token_placeholder +string git_auth_waiting +string git_auth_waiting_github diff --git a/core/gitauth/build/intermediates/manifest_merge_blame_file/debug/processDebugManifest/manifest-merger-blame-debug-report.txt b/core/gitauth/build/intermediates/manifest_merge_blame_file/debug/processDebugManifest/manifest-merger-blame-debug-report.txt new file mode 100644 index 00000000..08af1e4b --- /dev/null +++ b/core/gitauth/build/intermediates/manifest_merge_blame_file/debug/processDebugManifest/manifest-merger-blame-debug-report.txt @@ -0,0 +1,9 @@ +1 +2 +4 +5 +5-->INJECTED +5-->INJECTED +6 +7 diff --git a/core/gitauth/build/intermediates/merged_manifest/debug/processDebugManifest/AndroidManifest.xml b/core/gitauth/build/intermediates/merged_manifest/debug/processDebugManifest/AndroidManifest.xml new file mode 100644 index 00000000..5a97c555 --- /dev/null +++ b/core/gitauth/build/intermediates/merged_manifest/debug/processDebugManifest/AndroidManifest.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/core/gitauth/build/intermediates/navigation_json/debug/extractDeepLinksDebug/navigation.json b/core/gitauth/build/intermediates/navigation_json/debug/extractDeepLinksDebug/navigation.json new file mode 100644 index 00000000..0637a088 --- /dev/null +++ b/core/gitauth/build/intermediates/navigation_json/debug/extractDeepLinksDebug/navigation.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/core/gitauth/build/intermediates/nested_resources_validation_report/debug/generateDebugResources/nestedResourcesValidationReport.txt b/core/gitauth/build/intermediates/nested_resources_validation_report/debug/generateDebugResources/nestedResourcesValidationReport.txt new file mode 100644 index 00000000..08f4ebea --- /dev/null +++ b/core/gitauth/build/intermediates/nested_resources_validation_report/debug/generateDebugResources/nestedResourcesValidationReport.txt @@ -0,0 +1 @@ +0 Warning/Error \ No newline at end of file diff --git a/core/gitauth/build/intermediates/packaged_res/debug/packageDebugResources/values/values.xml b/core/gitauth/build/intermediates/packaged_res/debug/packageDebugResources/values/values.xml new file mode 100644 index 00000000..089956dd --- /dev/null +++ b/core/gitauth/build/intermediates/packaged_res/debug/packageDebugResources/values/values.xml @@ -0,0 +1,23 @@ + + + Access token + Connected + Connected to GitHub + You\'re signed in. This credential is saved and reused across all your projects. + Copied to clipboard + Tap the code to copy it, then open GitHub and paste it: + Create a token on GitHub + Sign in with your GitHub account. We\'ll show you a short code to enter on github.com; the resulting access is stored securely and reused for every project. + Done + GitHub account + Open GitHub + the remote + Save & retry + Sign in + Sign in to %1$s + Tap to copy + Pushing to %1$s needs a GitHub personal access token (classic or fine-grained) with repository write access. It\'s stored securely and reused for future push/pull. + ghp_… + Waiting… + Waiting for you to authorize on GitHub… + \ No newline at end of file diff --git a/core/gitauth/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/META-INF/gitauth.kotlin_module b/core/gitauth/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/META-INF/gitauth.kotlin_module new file mode 100644 index 00000000..68a9c5f0 Binary files /dev/null and b/core/gitauth/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/META-INF/gitauth.kotlin_module differ diff --git a/core/gitauth/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$onAuthorized$2.class b/core/gitauth/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$onAuthorized$2.class new file mode 100644 index 00000000..bce90977 Binary files /dev/null and b/core/gitauth/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$onAuthorized$2.class differ diff --git a/core/gitauth/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$onStartGitHubSignIn$2$1.class b/core/gitauth/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$onStartGitHubSignIn$2$1.class new file mode 100644 index 00000000..6a14c6b5 Binary files /dev/null and b/core/gitauth/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$onStartGitHubSignIn$2$1.class differ diff --git a/core/gitauth/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$onStartGitHubSignIn$2.class b/core/gitauth/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$onStartGitHubSignIn$2.class new file mode 100644 index 00000000..86f10a34 Binary files /dev/null and b/core/gitauth/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController$onStartGitHubSignIn$2.class differ diff --git a/core/gitauth/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController.class b/core/gitauth/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController.class new file mode 100644 index 00000000..9c4e2035 Binary files /dev/null and b/core/gitauth/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthController.class differ diff --git a/core/gitauth/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthMode.class b/core/gitauth/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthMode.class new file mode 100644 index 00000000..ba06bd53 Binary files /dev/null and b/core/gitauth/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthMode.class differ diff --git a/core/gitauth/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptActions.class b/core/gitauth/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptActions.class new file mode 100644 index 00000000..3d1c2dff Binary files /dev/null and b/core/gitauth/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptActions.class differ diff --git a/core/gitauth/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptKt$GitHubAuthDialog$2$1.class b/core/gitauth/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptKt$GitHubAuthDialog$2$1.class new file mode 100644 index 00000000..5d4e9a37 Binary files /dev/null and b/core/gitauth/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptKt$GitHubAuthDialog$2$1.class differ diff --git a/core/gitauth/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptKt$GitHubAuthDialog$4$1$4$1.class b/core/gitauth/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptKt$GitHubAuthDialog$4$1$4$1.class new file mode 100644 index 00000000..57d2f968 Binary files /dev/null and b/core/gitauth/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptKt$GitHubAuthDialog$4$1$4$1.class differ diff --git a/core/gitauth/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptKt.class b/core/gitauth/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptKt.class new file mode 100644 index 00000000..4875334e Binary files /dev/null and b/core/gitauth/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptKt.class differ diff --git a/core/gitauth/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptState.class b/core/gitauth/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptState.class new file mode 100644 index 00000000..1fb19bef Binary files /dev/null and b/core/gitauth/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPromptState.class differ diff --git a/core/gitauth/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/ahmadkharfan/androidstudiolite/core/gitauth/GitHubDeviceCodeUi.class b/core/gitauth/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/ahmadkharfan/androidstudiolite/core/gitauth/GitHubDeviceCodeUi.class new file mode 100644 index 00000000..9385557c Binary files /dev/null and b/core/gitauth/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/ahmadkharfan/androidstudiolite/core/gitauth/GitHubDeviceCodeUi.class differ diff --git a/core/gitauth/build/intermediates/runtime_library_classes_jar/debug/bundleLibRuntimeToJarDebug/classes.jar b/core/gitauth/build/intermediates/runtime_library_classes_jar/debug/bundleLibRuntimeToJarDebug/classes.jar new file mode 100644 index 00000000..b2c4db9f Binary files /dev/null and b/core/gitauth/build/intermediates/runtime_library_classes_jar/debug/bundleLibRuntimeToJarDebug/classes.jar differ diff --git a/core/gitauth/build/intermediates/symbol_list_with_package_name/debug/generateDebugRFile/package-aware-r.txt b/core/gitauth/build/intermediates/symbol_list_with_package_name/debug/generateDebugRFile/package-aware-r.txt new file mode 100644 index 00000000..a6109376 --- /dev/null +++ b/core/gitauth/build/intermediates/symbol_list_with_package_name/debug/generateDebugRFile/package-aware-r.txt @@ -0,0 +1,21 @@ +com.ahmadkharfan.androidstudiolite.core.gitauth +string git_auth_access_token +string git_auth_connected +string git_auth_connected_github +string git_auth_connected_hint +string git_auth_copied +string git_auth_copy_code_hint +string git_auth_create_token +string git_auth_device_hint +string git_auth_done +string git_auth_github_account +string git_auth_open_github +string git_auth_remote +string git_auth_save_retry +string git_auth_sign_in +string git_auth_sign_in_to +string git_auth_tap_copy +string git_auth_token_hint +string git_auth_token_placeholder +string git_auth_waiting +string git_auth_waiting_github diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab new file mode 100644 index 00000000..bdf584a8 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream new file mode 100644 index 00000000..dc369f52 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len new file mode 100644 index 00000000..f5fef2f5 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len new file mode 100644 index 00000000..2a17e6e5 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at new file mode 100644 index 00000000..529ddd99 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i new file mode 100644 index 00000000..8d2cdc41 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i.len b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i.len new file mode 100644 index 00000000..131e2657 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i.len differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab new file mode 100644 index 00000000..1c617fd0 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream new file mode 100644 index 00000000..deeac119 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len new file mode 100644 index 00000000..d0c248cd Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.len b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.len new file mode 100644 index 00000000..ec8f944c Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.len differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.values.at b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.values.at new file mode 100644 index 00000000..3737e138 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.values.at differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i new file mode 100644 index 00000000..a07be7e5 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i.len b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i.len new file mode 100644 index 00000000..131e2657 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i.len differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab new file mode 100644 index 00000000..f1c5f202 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream new file mode 100644 index 00000000..deeac119 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len new file mode 100644 index 00000000..d0c248cd Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len new file mode 100644 index 00000000..ec8f944c Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at new file mode 100644 index 00000000..59e3d871 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i new file mode 100644 index 00000000..a07be7e5 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len new file mode 100644 index 00000000..131e2657 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab new file mode 100644 index 00000000..ec18b97e Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream new file mode 100644 index 00000000..df7b14c1 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len new file mode 100644 index 00000000..155ceac1 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len new file mode 100644 index 00000000..a5413564 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at new file mode 100644 index 00000000..29e5bde2 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i new file mode 100644 index 00000000..c931d928 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len new file mode 100644 index 00000000..131e2657 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab new file mode 100644 index 00000000..bdf584a8 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab.keystream b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab.keystream new file mode 100644 index 00000000..4ed4f703 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab.keystream differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab.keystream.len b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab.keystream.len new file mode 100644 index 00000000..76db2404 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab.keystream.len differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab.len b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab.len new file mode 100644 index 00000000..2a17e6e5 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab.len differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab.values.at b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab.values.at new file mode 100644 index 00000000..46d67449 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab.values.at differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab_i b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab_i new file mode 100644 index 00000000..5a2fa380 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab_i differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab_i.len b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab_i.len new file mode 100644 index 00000000..131e2657 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab_i.len differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab new file mode 100644 index 00000000..b9a29cf3 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream new file mode 100644 index 00000000..a6d29459 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream.len b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream.len new file mode 100644 index 00000000..dc1ee19c Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream.len differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.len b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.len new file mode 100644 index 00000000..817b326d Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.len differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at new file mode 100644 index 00000000..41a2eb12 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i new file mode 100644 index 00000000..b04c605c Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len new file mode 100644 index 00000000..131e2657 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab new file mode 100644 index 00000000..bdf584a8 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream new file mode 100644 index 00000000..dc369f52 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len new file mode 100644 index 00000000..f5fef2f5 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.len b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.len new file mode 100644 index 00000000..2a17e6e5 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.len differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at new file mode 100644 index 00000000..5e634074 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i new file mode 100644 index 00000000..8d2cdc41 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len new file mode 100644 index 00000000..131e2657 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab new file mode 100644 index 00000000..47463e9b Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream new file mode 100644 index 00000000..36a51c89 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream.len b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream.len new file mode 100644 index 00000000..81438499 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream.len differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.len b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.len new file mode 100644 index 00000000..01bdaa1d Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.len differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.values.at b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.values.at new file mode 100644 index 00000000..37906f66 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.values.at differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i new file mode 100644 index 00000000..e14aa21e Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i.len b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i.len new file mode 100644 index 00000000..131e2657 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i.len differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab new file mode 100644 index 00000000..3a0c94c4 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream new file mode 100644 index 00000000..7a83f159 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream.len b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream.len new file mode 100644 index 00000000..812d25b9 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream.len differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.len b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.len new file mode 100644 index 00000000..01bdaa1d Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.len differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.values.at b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.values.at new file mode 100644 index 00000000..ba4dd191 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.values.at differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i new file mode 100644 index 00000000..9f1e03a3 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i.len b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i.len new file mode 100644 index 00000000..131e2657 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i.len differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab new file mode 100644 index 00000000..166c0578 --- /dev/null +++ b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab @@ -0,0 +1,2 @@ +1 +0 \ No newline at end of file diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab new file mode 100644 index 00000000..bdf584a8 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream new file mode 100644 index 00000000..dc369f52 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len new file mode 100644 index 00000000..f5fef2f5 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len new file mode 100644 index 00000000..2a17e6e5 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at new file mode 100644 index 00000000..58753723 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i new file mode 100644 index 00000000..8d2cdc41 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i.len b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i.len new file mode 100644 index 00000000..131e2657 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i.len differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab new file mode 100644 index 00000000..8aad32b3 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream new file mode 100644 index 00000000..08e7df17 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len new file mode 100644 index 00000000..b7da01d9 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len new file mode 100644 index 00000000..2a17e6e5 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at new file mode 100644 index 00000000..465b92ae Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i.len b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i.len new file mode 100644 index 00000000..1b1cb4d4 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i.len differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab new file mode 100644 index 00000000..fee93d70 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream new file mode 100644 index 00000000..53077c0b Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len new file mode 100644 index 00000000..0b0a964a Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.len b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.len new file mode 100644 index 00000000..d051b418 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.len differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at new file mode 100644 index 00000000..69ca486e Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i new file mode 100644 index 00000000..a0fcc591 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len new file mode 100644 index 00000000..131e2657 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/last-build.bin b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/last-build.bin new file mode 100644 index 00000000..8b5bbd68 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/cacheable/last-build.bin differ diff --git a/core/gitauth/build/kotlin/compileDebugKotlin/classpath-snapshot/shrunk-classpath-snapshot.bin b/core/gitauth/build/kotlin/compileDebugKotlin/classpath-snapshot/shrunk-classpath-snapshot.bin new file mode 100644 index 00000000..5ad32862 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugKotlin/classpath-snapshot/shrunk-classpath-snapshot.bin differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/inputs/source-to-output.tab b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/inputs/source-to-output.tab new file mode 100644 index 00000000..bdf584a8 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/inputs/source-to-output.tab differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream new file mode 100644 index 00000000..d7a81fba Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len new file mode 100644 index 00000000..58526d76 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len new file mode 100644 index 00000000..2a17e6e5 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at new file mode 100644 index 00000000..e14faf43 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i new file mode 100644 index 00000000..f694d958 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i.len b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i.len new file mode 100644 index 00000000..131e2657 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i.len differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab new file mode 100644 index 00000000..cfb12ca2 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream new file mode 100644 index 00000000..ed5d32ff Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len new file mode 100644 index 00000000..66196bd1 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.len b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.len new file mode 100644 index 00000000..93a595bd Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.len differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.values.at b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.values.at new file mode 100644 index 00000000..8f283275 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.values.at differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i new file mode 100644 index 00000000..f7cfca8a Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i.len b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i.len new file mode 100644 index 00000000..131e2657 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i.len differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab new file mode 100644 index 00000000..46013ff1 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream new file mode 100644 index 00000000..ed5d32ff Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len new file mode 100644 index 00000000..66196bd1 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len new file mode 100644 index 00000000..93a595bd Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at new file mode 100644 index 00000000..ecb17d85 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i new file mode 100644 index 00000000..f7cfca8a Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len new file mode 100644 index 00000000..131e2657 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab new file mode 100644 index 00000000..f8855156 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream new file mode 100644 index 00000000..fb64f723 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len new file mode 100644 index 00000000..37aa5da8 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len new file mode 100644 index 00000000..b8872cd8 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at new file mode 100644 index 00000000..ec0f9ec7 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i new file mode 100644 index 00000000..1b567b92 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len new file mode 100644 index 00000000..131e2657 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab new file mode 100644 index 00000000..0a99c8d1 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream new file mode 100644 index 00000000..82248c29 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream.len b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream.len new file mode 100644 index 00000000..d73a7357 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream.len differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.len b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.len new file mode 100644 index 00000000..ec8f944c Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.len differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at new file mode 100644 index 00000000..2ccf818b Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i new file mode 100644 index 00000000..a3ed5240 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len new file mode 100644 index 00000000..131e2657 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab new file mode 100644 index 00000000..bdf584a8 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream new file mode 100644 index 00000000..d7a81fba Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len new file mode 100644 index 00000000..58526d76 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.len b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.len new file mode 100644 index 00000000..2a17e6e5 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.len differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at new file mode 100644 index 00000000..3678e24f Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i new file mode 100644 index 00000000..f694d958 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len new file mode 100644 index 00000000..131e2657 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab new file mode 100644 index 00000000..19c6a058 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream new file mode 100644 index 00000000..206416c1 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream.len b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream.len new file mode 100644 index 00000000..b8b84131 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream.len differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.len b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.len new file mode 100644 index 00000000..01bdaa1d Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.len differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.values.at b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.values.at new file mode 100644 index 00000000..ef61fc86 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.values.at differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i new file mode 100644 index 00000000..3d5dc47a Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i.len b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i.len new file mode 100644 index 00000000..131e2657 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i.len differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab new file mode 100644 index 00000000..cd2fad49 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream new file mode 100644 index 00000000..690f5cd9 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream.len b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream.len new file mode 100644 index 00000000..0daf2b72 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream.len differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.len b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.len new file mode 100644 index 00000000..01bdaa1d Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.len differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.values.at b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.values.at new file mode 100644 index 00000000..8795868d Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.values.at differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i new file mode 100644 index 00000000..f91ba3f8 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i.len b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i.len new file mode 100644 index 00000000..131e2657 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i.len differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/counters.tab b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/counters.tab new file mode 100644 index 00000000..166c0578 --- /dev/null +++ b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/counters.tab @@ -0,0 +1,2 @@ +1 +0 \ No newline at end of file diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/file-to-id.tab b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/file-to-id.tab new file mode 100644 index 00000000..bdf584a8 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/file-to-id.tab differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream new file mode 100644 index 00000000..d7a81fba Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len new file mode 100644 index 00000000..58526d76 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len new file mode 100644 index 00000000..2a17e6e5 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at new file mode 100644 index 00000000..58753723 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i new file mode 100644 index 00000000..f694d958 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i.len b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i.len new file mode 100644 index 00000000..131e2657 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i.len differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/id-to-file.tab b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/id-to-file.tab new file mode 100644 index 00000000..8aad32b3 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/id-to-file.tab differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream new file mode 100644 index 00000000..08e7df17 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len new file mode 100644 index 00000000..b7da01d9 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len new file mode 100644 index 00000000..2a17e6e5 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at new file mode 100644 index 00000000..1c5e4252 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i.len b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i.len new file mode 100644 index 00000000..1b1cb4d4 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i.len differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/lookups.tab b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/lookups.tab new file mode 100644 index 00000000..be9d022b Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/lookups.tab differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream new file mode 100644 index 00000000..b3a18533 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len new file mode 100644 index 00000000..dc9c9af8 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/lookups.tab.len b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/lookups.tab.len new file mode 100644 index 00000000..e74ccd2e Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/lookups.tab.len differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at new file mode 100644 index 00000000..8d893da1 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/lookups.tab_i b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/lookups.tab_i new file mode 100644 index 00000000..4cbcda9f Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/lookups.tab_i differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len new file mode 100644 index 00000000..131e2657 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/last-build.bin b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/last-build.bin new file mode 100644 index 00000000..11e2cb40 Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/cacheable/last-build.bin differ diff --git a/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/classpath-snapshot/shrunk-classpath-snapshot.bin b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/classpath-snapshot/shrunk-classpath-snapshot.bin new file mode 100644 index 00000000..615f3dec Binary files /dev/null and b/core/gitauth/build/kotlin/compileDebugUnitTestKotlin/classpath-snapshot/shrunk-classpath-snapshot.bin differ diff --git a/core/gitauth/build/outputs/logs/manifest-merger-debug-report.txt b/core/gitauth/build/outputs/logs/manifest-merger-debug-report.txt new file mode 100644 index 00000000..90227ddb --- /dev/null +++ b/core/gitauth/build/outputs/logs/manifest-merger-debug-report.txt @@ -0,0 +1,16 @@ +-- Merging decision tree log --- +manifest +ADDED from /home/null/AndroidStudioProjects/AndroidStudioLite/core/gitauth/build/intermediates/tmp/ProcessLibraryManifest/debug/tempAndroidManifest17749937484126237774.xml:2:13-83 +INJECTED from /home/null/AndroidStudioProjects/AndroidStudioLite/core/gitauth/build/intermediates/tmp/ProcessLibraryManifest/debug/tempAndroidManifest17749937484126237774.xml:2:13-83 + package + INJECTED from /home/null/AndroidStudioProjects/AndroidStudioLite/core/gitauth/build/intermediates/tmp/ProcessLibraryManifest/debug/tempAndroidManifest17749937484126237774.xml + xmlns:android + ADDED from /home/null/AndroidStudioProjects/AndroidStudioLite/core/gitauth/build/intermediates/tmp/ProcessLibraryManifest/debug/tempAndroidManifest17749937484126237774.xml:2:23-81 +uses-sdk +INJECTED from /home/null/AndroidStudioProjects/AndroidStudioLite/core/gitauth/build/intermediates/tmp/ProcessLibraryManifest/debug/tempAndroidManifest17749937484126237774.xml reason: use-sdk injection requested +INJECTED from /home/null/AndroidStudioProjects/AndroidStudioLite/core/gitauth/build/intermediates/tmp/ProcessLibraryManifest/debug/tempAndroidManifest17749937484126237774.xml +INJECTED from /home/null/AndroidStudioProjects/AndroidStudioLite/core/gitauth/build/intermediates/tmp/ProcessLibraryManifest/debug/tempAndroidManifest17749937484126237774.xml + android:targetSdkVersion + INJECTED from /home/null/AndroidStudioProjects/AndroidStudioLite/core/gitauth/build/intermediates/tmp/ProcessLibraryManifest/debug/tempAndroidManifest17749937484126237774.xml + android:minSdkVersion + INJECTED from /home/null/AndroidStudioProjects/AndroidStudioLite/core/gitauth/build/intermediates/tmp/ProcessLibraryManifest/debug/tempAndroidManifest17749937484126237774.xml diff --git a/core/gitauth/build/reports/detekt/detekt.html b/core/gitauth/build/reports/detekt/detekt.html new file mode 100644 index 00000000..c80743c8 --- /dev/null +++ b/core/gitauth/build/reports/detekt/detekt.html @@ -0,0 +1,194 @@ + + + + + + detekt report + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Metrics

+ +
+ +
+ + +

Complexity Report

+ +
+ +
+ + +

Findings

+
Total: 0
+ + +generated with detekt version 1.23.8 on 2026-07-30 01:54:35 UTC. + + + diff --git a/core/gitauth/build/reports/tests/testDebugUnitTest/-fVlVua_9EQ/index.html b/core/gitauth/build/reports/tests/testDebugUnitTest/-fVlVua_9EQ/index.html new file mode 100644 index 00000000..7d439322 --- /dev/null +++ b/core/gitauth/build/reports/tests/testDebugUnitTest/-fVlVua_9EQ/index.html @@ -0,0 +1,270 @@ + + + + + +Test results - com.ahmadkharfan.androidstudiolite.core.gitauth.GitAuthControllerCharacterizationTest + + + + + +
+ +
+ +
+

Gradle Test Run :core:gitauth:testDebugUnitTest

+

GitAuthControllerCharacterizationTest

+
+ +
+

summary

+
+
+ + + + + +
+
+ + + + + + + +
+
+
18
+

tests

+
+
+
+
0
+

failures

+
+
+
+
0
+

skipped

+
+
+
+
0.819s
+

duration

+
+
+
+
+
+
100%
+

successful

+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ChildTestsFailuresSkippedDurationSuccess rate
changing the token clears a previous error1000.007s100%
device flow error clears busy and device state and surfaces the message1000.011s100%
device flow surfaces the user code and verification uri while awaiting authorization1000.014s100%
dismissing after success runs the retry instead of discarding it1000.013s100%
dismissing before success resets state and drops the pending retry1000.008s100%
hasCredentials is false for a null host and otherwise delegates to the store1000.006s100%
open falls back to Token mode when github is not configured1000.011s100%
open shows prompt in SignIn mode when github is configured1000.007s100%
reopening during the post-success delay cancels the scheduled close1000.007s100%
reopening replaces the pending retry without invoking the old one1000.008s100%
starting sign in again after the code request is emitted is ignored1000.017s100%
starting sign in twice before the authenticator emits starts a second device flow1000.024s100%
starting sign in when github is unconfigured switches to Token mode with an explanation1000.003s100%
submitting a blank token reports an error and does not save or retry1000.011s100%
submitting a token saves it trimmed with an empty username then retries and resets1000.615s100%
submitting a token with a null host still retries but saves nothing1000.012s100%
successful authorization marks success immediately but defers the retry by 1100ms1000.007s100%
switching to Token mode cancels the in-flight device flow and ignores late emissions1000.015s100%
+
+
+
+
+
+ +
+ + diff --git a/core/gitauth/build/reports/tests/testDebugUnitTest/css/base-style.css b/core/gitauth/build/reports/tests/testDebugUnitTest/css/base-style.css new file mode 100644 index 00000000..d05f23d1 --- /dev/null +++ b/core/gitauth/build/reports/tests/testDebugUnitTest/css/base-style.css @@ -0,0 +1,175 @@ + +body { + margin: 0; + padding: 0; + font-family: sans-serif; + font-size: 12pt; +} + +body, a, a:visited { + color: #303030; +} + +#content { + padding: 30px 50px; +} + +#content h1 { + font-size: 160%; + margin-bottom: 10px; +} + +#footer { + margin-top: 100px; + font-size: 80%; + white-space: nowrap; +} + +#footer, #footer a { + color: #a0a0a0; +} + +#line-wrapping-toggle { + vertical-align: middle; +} + +#label-for-line-wrapping-toggle { + vertical-align: middle; +} + +ul { + margin-left: 0; +} + +h1, h2, h3 { + white-space: nowrap; +} + +h2 { + font-size: 120%; +} + +.tab-container .tab-container { + margin-left: 8px; +} + +ul.tabLinks { + padding: 0; + margin-bottom: 0; + overflow: auto; + min-width: 800px; + width: auto; + border-bottom: solid 1px #aaa; +} + +ul.tabLinks li { + float: left; + height: 100%; + list-style: none; + padding: 5px 10px; + border-radius: 7px 7px 0 0; + border: solid 1px transparent; + border-bottom: none; + margin-right: 6px; + background-color: #f0f0f0; + cursor: pointer; +} + +ul.tabLinks li.deselected > a { + color: #6d6d6d; +} + +ul.tabLinks li:hover { + background-color: #fafafa; +} + +ul.tabLinks li.selected { + background-color: #c5f0f5; + border-color: #aaa; +} + +ul.tabLinks a { + font-size: 120%; + display: block; + outline: none; + text-decoration: none; + margin: 0; + padding: 0; +} + +ul.tabLinks li h2 { + margin: 0; + padding: 0; +} + +div.tab { +} + +div.selected { + display: block; +} + +div.deselected { + display: none; +} + +div.tab table { + min-width: 350px; + width: auto; + border-collapse: collapse; +} + +div.tab th, div.tab table { + border-bottom: solid 1px #d0d0d0; +} + +div.tab th { + text-align: left; + white-space: nowrap; + padding-left: 6em; +} + +div.tab th:first-child { + padding-left: 0; +} + +div.tab td { + white-space: nowrap; + padding-left: 6em; + padding-top: 5px; + padding-bottom: 5px; +} + +div.tab td:first-child { + padding-left: 0; +} + +div.tab td.numeric, div.tab th.numeric { + text-align: right; +} + +span.code { + display: inline-block; + margin-top: 0; + margin-bottom: 1em; +} + +span.code pre { + font-size: 11pt; + padding: 10px; + margin: 0; + background-color: #f7f7f7; + border: solid 1px #d0d0d0; + min-width: 700px; + width: auto; +} + +span.wrapped pre { + word-wrap: break-word; + white-space: pre-wrap; + word-break: break-all; +} + +label.hidden { + display: none; +} diff --git a/core/gitauth/build/reports/tests/testDebugUnitTest/css/style.css b/core/gitauth/build/reports/tests/testDebugUnitTest/css/style.css new file mode 100644 index 00000000..0ac18dcc --- /dev/null +++ b/core/gitauth/build/reports/tests/testDebugUnitTest/css/style.css @@ -0,0 +1,154 @@ +.summary { + margin-top: 30px; + margin-bottom: 40px; +} + +.summary table { + border-collapse: collapse; +} + +.summary td { + vertical-align: top; +} + +div.tab table.test-results td { + padding-left: 1em; +} + +div.tab table.test-results th { + padding-top: 0.5em; + padding-left: 1em; +} + +.breadcrumbs, .breadcrumbs a { + color: #606060; +} + +.infoBox { + width: 110px; + padding-top: 15px; + padding-bottom: 15px; + text-align: center; +} + +.infoBox p { + margin: 0; +} + +.counter, .percent { + font-size: 120%; + font-weight: bold; + margin-bottom: 8px; +} + +.duration { + width: 125px; +} + +.successRate, .summaryGroup { + border: solid 2px #d0d0d0; + -moz-border-radius: 10px; + border-radius: 10px; +} + +.successRate { + width: 140px; + margin-left: 35px; +} + +.successRate .percent { + font-size: 180%; +} + +.success, .success a { + color: #008000; +} + +div.success, .successRate.success { + background-color: #bbd9bb; + border-color: #008000; +} + +.failures, .failures a { + color: #b60808; +} + +.skipped, .skipped a { + color: #c09853; +} + +div.failures, .successRate.failures { + background-color: #ecdada; + border-color: #b60808; +} + +ul.linkList { + padding-left: 0; +} + +ul.linkList li { + list-style: none; + margin-bottom: 5px; +} + +div.metadata td:first-child { + padding-left: 5px; +} + +div.metadata td { + padding-left: 5px; +} + +.metadata tr.odd { + background-color: #f7f7f7; + border: solid 1px #d0d0d0; +} + +.metadata tr.even { + border: solid 1px #d0d0d0; +} + +.metadata th, .metadata td { + padding: 5px; + text-align: left; +} + +.metadata a { + color: blue; +} + +.metadata .unrenderable { + color: darkred; +} + +.code { + position: relative; +} + +.clipboard-copy-btn { + position: absolute; + top: 8px; + right: 8px; + padding: 4px 8px; + font-size: 0.9em; + cursor: pointer; +} + +.successGroup::before { + content: "\23FA"; + margin-right: 8px; + color: #008000; + display: inline-block; +} +.failureGroup::before { + content: "\2297"; + margin-right: 8px; + color: #b60808; + display: inline-block; +} +.skippedGroup::before { + content: "\2296"; + margin-right: 8px; + color: #c09853; + display: inline-block; +} diff --git a/core/gitauth/build/reports/tests/testDebugUnitTest/index.html b/core/gitauth/build/reports/tests/testDebugUnitTest/index.html new file mode 100644 index 00000000..65c4f401 --- /dev/null +++ b/core/gitauth/build/reports/tests/testDebugUnitTest/index.html @@ -0,0 +1,116 @@ + + + + + +Test results - All Results + + + + + +
+

All Results

+
+ +
+

Gradle Test Run :core:gitauth:testDebugUnitTest

+

Gradle Test Run :core:gitauth:testDebugUnitTest

+
+ +
+

summary

+
+
+ + + + + +
+
+ + + + + + + +
+
+
18
+

tests

+
+
+
+
0
+

failures

+
+
+
+
0
+

skipped

+
+
+
+
4.905s
+

duration

+
+
+
+
+
+
100%
+

successful

+
+
+
+ + + + + + + + + + + + + + + + + + + + + +
ChildNameTestsFailuresSkippedDurationSuccess rate
+GitAuthControllerCharacterizationTest +com.ahmadkharfan.androidstudiolite.core.gitauth.GitAuthControllerCharacterizationTest18000.819s100%
+
+
+
+
+
+ +
+ + diff --git a/core/gitauth/build/reports/tests/testDebugUnitTest/js/report.js b/core/gitauth/build/reports/tests/testDebugUnitTest/js/report.js new file mode 100644 index 00000000..3c37c392 --- /dev/null +++ b/core/gitauth/build/reports/tests/testDebugUnitTest/js/report.js @@ -0,0 +1,228 @@ +(function (window, document) { + "use strict"; + + function changeElementClass(element, classValue) { + if (element.getAttribute("className")) { + element.setAttribute("className", classValue); + } else { + element.setAttribute("class", classValue); + } + } + + function getClassAttribute(element) { + if (element.getAttribute("className")) { + return element.getAttribute("className"); + } else { + return element.getAttribute("class"); + } + } + + function addClass(element, classValue) { + changeElementClass(element, getClassAttribute(element) + " " + classValue); + } + + function removeClass(element, classValue) { + changeElementClass(element, getClassAttribute(element).replace(classValue, "")); + } + + function getCheckBox() { + return document.getElementById("line-wrapping-toggle"); + } + + function getLabelForCheckBox() { + return document.getElementById("label-for-line-wrapping-toggle"); + } + + function findCodeBlocks() { + const codeBlocks = []; + const tabContainers = getTabContainers(); + for (let i = 0; i < tabContainers.length; i++) { + const spans = tabContainers[i].getElementsByTagName("span"); + for (let i = 0; i < spans.length; ++i) { + if (spans[i].className.indexOf("code") >= 0) { + codeBlocks.push(spans[i]); + } + } + } + return codeBlocks; + } + + function forAllCodeBlocks(operation) { + const codeBlocks = findCodeBlocks(); + + for (let i = 0; i < codeBlocks.length; ++i) { + operation(codeBlocks[i], "wrapped"); + } + } + + function toggleLineWrapping() { + const checkBox = getCheckBox(); + + if (checkBox.checked) { + forAllCodeBlocks(addClass); + } else { + forAllCodeBlocks(removeClass); + } + } + + function initClipboardCopyButton() { + document.querySelectorAll(".clipboard-copy-btn").forEach((button) => { + const copyElementId = button.getAttribute("data-copy-element-id"); + const elementWithCodeToSelect = document.getElementById(copyElementId); + + button.addEventListener("click", () => { + const text = elementWithCodeToSelect.innerText.trim(); + navigator.clipboard + .writeText(text) + .then(() => { + button.textContent = "Copied!"; + setTimeout(() => { + button.textContent = "Copy"; + }, 1500); + }) + .catch((err) => { + alert("Failed to copy to the clipboard: '" + err.message + "'. Check JavaScript console for more details.") + console.warn("Failed to copy to the clipboard", err); + }); + }); + }); + } + + function initControls() { + if (findCodeBlocks().length > 0) { + const checkBox = getCheckBox(); + const label = getLabelForCheckBox(); + + checkBox.onclick = toggleLineWrapping; + checkBox.checked = false; + + removeClass(label, "hidden"); + } + + initClipboardCopyButton() + } + + class TabManager { + baseId; + tabs; + titles; + headers; + + constructor(baseId, tabs, titles, headers) { + this.baseId = baseId; + this.tabs = tabs; + this.titles = titles; + this.headers = headers; + this.init(); + } + + init() { + for (let i = 0; i < this.headers.length; i++) { + const header = this.headers[i]; + header.onclick = () => { + this.select(i); + return false; + }; + } + } + + select(i) { + this.deselectAll(); + + changeElementClass(this.tabs[i], "tab selected"); + changeElementClass(this.headers[i], "selected"); + } + + deselectAll() { + for (let i = 0; i < this.tabs.length; i++) { + changeElementClass(this.tabs[i], "tab deselected"); + changeElementClass(this.headers[i], "deselected"); + } + } + } + + function getTabContainers() { + const tabContainers = Array.from(document.getElementsByClassName("tab-container")); + + // Used by existing TabbedPageRenderer users, which have not adjusted to use TabsRenderer yet. + const legacyContainer = document.getElementById("tabs"); + if (legacyContainer) { + tabContainers.push(legacyContainer); + } + + return tabContainers; + } + + function initTabs() { + let tabGroups = 0; + + function createTab(num, container) { + const tabElems = findTabs(container); + const tabManager = new TabManager("tabs" + num, tabElems, findTitles(tabElems), findHeaders(container)); + tabManager.select(0); + } + + const tabContainers = getTabContainers(); + + for (let i = 0; i < tabContainers.length; i++) { + createTab(tabGroups, tabContainers[i]); + tabGroups++; + } + + return true; + } + + function findTabs(container) { + return findChildElements(container, "DIV", "tab"); + } + + function findHeaders(container) { + const owner = findChildElements(container, "UL", "tabLinks"); + return findChildElements(owner[0], "LI", null); + } + + function findTitles(tabs) { + const titles = []; + + for (let i = 0; i < tabs.length; i++) { + const tab = tabs[i]; + const header = findChildElements(tab, "H2", null)[0]; + + header.parentNode.removeChild(header); + + if (header.innerText) { + titles.push(header.innerText); + } else { + titles.push(header.textContent); + } + } + + return titles; + } + + function findChildElements(container, name, targetClass) { + const elements = []; + const children = container.childNodes; + + for (let i = 0; i < children.length; i++) { + const child = children.item(i); + + if (child.nodeType === 1 && child.nodeName === name) { + if (targetClass && child.className.indexOf(targetClass) < 0) { + continue; + } + + elements.push(child); + } + } + + return elements; + } + + // Entry point. + + window.onload = function() { + initTabs(); + initControls(); + }; +} (window, window.document)); diff --git a/core/gitauth/build/test-results/testDebugUnitTest/TEST-com.ahmadkharfan.androidstudiolite.core.gitauth.GitAuthControllerCharacterizationTest.xml b/core/gitauth/build/test-results/testDebugUnitTest/TEST-com.ahmadkharfan.androidstudiolite.core.gitauth.GitAuthControllerCharacterizationTest.xml new file mode 100644 index 00000000..0a38fc1c --- /dev/null +++ b/core/gitauth/build/test-results/testDebugUnitTest/TEST-com.ahmadkharfan.androidstudiolite.core.gitauth.GitAuthControllerCharacterizationTest.xml @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/gitauth/build/test-results/testDebugUnitTest/binary/output-events.bin b/core/gitauth/build/test-results/testDebugUnitTest/binary/output-events.bin new file mode 100644 index 00000000..e69de29b diff --git a/core/gitauth/build/test-results/testDebugUnitTest/binary/results-generic.bin b/core/gitauth/build/test-results/testDebugUnitTest/binary/results-generic.bin new file mode 100644 index 00000000..e0afd3c7 Binary files /dev/null and b/core/gitauth/build/test-results/testDebugUnitTest/binary/results-generic.bin differ diff --git a/core/gitauth/detekt-baseline.xml b/core/gitauth/detekt-baseline.xml new file mode 100644 index 00000000..6dfcd719 --- /dev/null +++ b/core/gitauth/detekt-baseline.xml @@ -0,0 +1,9 @@ + + + + + CyclomaticComplexMethod:GitAuthPrompt.kt$@Composable fun GitHubAuthDialog(state: GitAuthPromptState, actions: GitAuthPromptActions) + LongMethod:GitAuthPrompt.kt$@Composable fun GitHubAuthDialog(state: GitAuthPromptState, actions: GitAuthPromptActions) + ModifierMissing:GitAuthPrompt.kt$GitHubAuthDialog + + diff --git a/feature/git/src/main/java/com/ahmadkharfan/androidstudiolite/feature/editor/git/git/GitAuthPrompt.kt b/core/gitauth/src/main/java/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPrompt.kt similarity index 99% rename from feature/git/src/main/java/com/ahmadkharfan/androidstudiolite/feature/editor/git/git/GitAuthPrompt.kt rename to core/gitauth/src/main/java/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPrompt.kt index 151c50da..94f21558 100644 --- a/feature/git/src/main/java/com/ahmadkharfan/androidstudiolite/feature/editor/git/git/GitAuthPrompt.kt +++ b/core/gitauth/src/main/java/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthPrompt.kt @@ -1,4 +1,4 @@ -package com.ahmadkharfan.androidstudiolite.feature.editor.git.git +package com.ahmadkharfan.androidstudiolite.core.gitauth import kotlin.time.Duration.Companion.seconds import androidx.compose.foundation.background @@ -42,7 +42,7 @@ import kotlinx.coroutines.Job import kotlinx.coroutines.delay import kotlinx.coroutines.launch import com.ahmadkharfan.androidstudiolite.core.common.R as CommonR -import com.ahmadkharfan.androidstudiolite.feature.git.R +import com.ahmadkharfan.androidstudiolite.core.gitauth.R enum class GitAuthMode { SignIn, Token } diff --git a/core/gitauth/src/main/res/values/strings.xml b/core/gitauth/src/main/res/values/strings.xml new file mode 100644 index 00000000..f3c2554f --- /dev/null +++ b/core/gitauth/src/main/res/values/strings.xml @@ -0,0 +1,23 @@ + + + the remote + Done + Save & retry + Waiting… + Sign in + Sign in to %1$s + Connected + Connected to GitHub + You\'re signed in. This credential is saved and reused across all your projects. + GitHub account + Access token + Sign in with your GitHub account. We\'ll show you a short code to enter on github.com; the resulting access is stored securely and reused for every project. + Tap the code to copy it, then open GitHub and paste it: + Copied to clipboard + Tap to copy + Open GitHub + Waiting for you to authorize on GitHub… + Pushing to %1$s needs a GitHub personal access token (classic or fine-grained) with repository write access. It\'s stored securely and reused for future push/pull. + ghp_… + Create a token on GitHub + diff --git a/feature/git/src/test/java/com/ahmadkharfan/androidstudiolite/feature/editor/git/git/GitAuthControllerCharacterizationTest.kt b/core/gitauth/src/test/java/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest.kt similarity index 99% rename from feature/git/src/test/java/com/ahmadkharfan/androidstudiolite/feature/editor/git/git/GitAuthControllerCharacterizationTest.kt rename to core/gitauth/src/test/java/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest.kt index 0660490f..63a02519 100644 --- a/feature/git/src/test/java/com/ahmadkharfan/androidstudiolite/feature/editor/git/git/GitAuthControllerCharacterizationTest.kt +++ b/core/gitauth/src/test/java/com/ahmadkharfan/androidstudiolite/core/gitauth/GitAuthControllerCharacterizationTest.kt @@ -1,4 +1,4 @@ -package com.ahmadkharfan.androidstudiolite.feature.editor.git.git +package com.ahmadkharfan.androidstudiolite.core.gitauth import com.ahmadkharfan.androidstudiolite.domain.model.GitCredentials import com.ahmadkharfan.androidstudiolite.domain.repository.GitCredentialStore diff --git a/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/results.bin b/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/results.bin new file mode 100644 index 00000000..7ed749eb --- /dev/null +++ b/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/results.bin @@ -0,0 +1 @@ +o/bundleLibRuntimeToDirDebug diff --git a/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/BuildArtifact.dex b/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/BuildArtifact.dex new file mode 100644 index 00000000..ef811ffc Binary files /dev/null and b/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/BuildArtifact.dex differ diff --git a/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/BuildClientMeta.dex b/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/BuildClientMeta.dex new file mode 100644 index 00000000..f9f23405 Binary files /dev/null and b/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/BuildClientMeta.dex differ diff --git a/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/BuildConsoleState.dex b/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/BuildConsoleState.dex new file mode 100644 index 00000000..67bbbc5c Binary files /dev/null and b/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/BuildConsoleState.dex differ diff --git a/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/BuildConsoleStateKt.dex b/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/BuildConsoleStateKt.dex new file mode 100644 index 00000000..fabf5bf7 Binary files /dev/null and b/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/BuildConsoleStateKt.dex differ diff --git a/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/BuildExecutionPhase.dex b/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/BuildExecutionPhase.dex new file mode 100644 index 00000000..501a3fbd Binary files /dev/null and b/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/BuildExecutionPhase.dex differ diff --git a/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/BuildExecutionSnapshot.dex b/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/BuildExecutionSnapshot.dex new file mode 100644 index 00000000..3725b2df Binary files /dev/null and b/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/BuildExecutionSnapshot.dex differ diff --git a/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/BuildLogLine.dex b/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/BuildLogLine.dex new file mode 100644 index 00000000..7550fae4 Binary files /dev/null and b/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/BuildLogLine.dex differ diff --git a/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/BuildProblem.dex b/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/BuildProblem.dex new file mode 100644 index 00000000..639af74d Binary files /dev/null and b/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/BuildProblem.dex differ diff --git a/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/BuildRunApi.dex b/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/BuildRunApi.dex new file mode 100644 index 00000000..73219be6 Binary files /dev/null and b/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/BuildRunApi.dex differ diff --git a/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/BuildStatus.dex b/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/BuildStatus.dex new file mode 100644 index 00000000..5c7a2764 Binary files /dev/null and b/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/BuildStatus.dex differ diff --git a/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/BuildTaskGroup.dex b/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/BuildTaskGroup.dex new file mode 100644 index 00000000..205d3187 Binary files /dev/null and b/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/BuildTaskGroup.dex differ diff --git a/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/BuildTaskLine.dex b/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/BuildTaskLine.dex new file mode 100644 index 00000000..bdbd76cb Binary files /dev/null and b/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/BuildTaskLine.dex differ diff --git a/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/InstallExecutionState.dex b/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/InstallExecutionState.dex new file mode 100644 index 00000000..97a45738 Binary files /dev/null and b/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/InstallExecutionState.dex differ diff --git a/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/RunTargetResolver.dex b/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/RunTargetResolver.dex new file mode 100644 index 00000000..184a7441 Binary files /dev/null and b/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/RunTargetResolver.dex differ diff --git a/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/StartBuildResult$Accepted.dex b/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/StartBuildResult$Accepted.dex new file mode 100644 index 00000000..987d9cb4 Binary files /dev/null and b/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/StartBuildResult$Accepted.dex differ diff --git a/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/StartBuildResult$AlreadyRunning.dex b/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/StartBuildResult$AlreadyRunning.dex new file mode 100644 index 00000000..729f0091 Binary files /dev/null and b/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/StartBuildResult$AlreadyRunning.dex differ diff --git a/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/StartBuildResult$Failed.dex b/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/StartBuildResult$Failed.dex new file mode 100644 index 00000000..83de48ba Binary files /dev/null and b/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/StartBuildResult$Failed.dex differ diff --git a/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/StartBuildResult.dex b/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/StartBuildResult.dex new file mode 100644 index 00000000..f62969d8 Binary files /dev/null and b/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/StartBuildResult.dex differ diff --git a/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/preflight/BuildPreflight.dex b/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/preflight/BuildPreflight.dex new file mode 100644 index 00000000..709ad9ce Binary files /dev/null and b/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/preflight/BuildPreflight.dex differ diff --git a/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/preflight/BuildPreflightKt.dex b/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/preflight/BuildPreflightKt.dex new file mode 100644 index 00000000..052c9601 Binary files /dev/null and b/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/preflight/BuildPreflightKt.dex differ diff --git a/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/preflight/BuildPreflightResult.dex b/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/preflight/BuildPreflightResult.dex new file mode 100644 index 00000000..80fc4889 Binary files /dev/null and b/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/preflight/BuildPreflightResult.dex differ diff --git a/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/preflight/CompatibilityChecker.dex b/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/preflight/CompatibilityChecker.dex new file mode 100644 index 00000000..eef582cd Binary files /dev/null and b/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/preflight/CompatibilityChecker.dex differ diff --git a/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/preflight/PreflightSeverity.dex b/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/preflight/PreflightSeverity.dex new file mode 100644 index 00000000..ce54a413 Binary files /dev/null and b/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/preflight/PreflightSeverity.dex differ diff --git a/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/preflight/PreflightWarning.dex b/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/preflight/PreflightWarning.dex new file mode 100644 index 00000000..db749a78 Binary files /dev/null and b/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/preflight/PreflightWarning.dex differ diff --git a/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/preflight/StorageChecker.dex b/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/preflight/StorageChecker.dex new file mode 100644 index 00000000..983e6c05 Binary files /dev/null and b/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/preflight/StorageChecker.dex differ diff --git a/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/preflight/ToolchainVersions.dex b/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/preflight/ToolchainVersions.dex new file mode 100644 index 00000000..303965cd Binary files /dev/null and b/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/preflight/ToolchainVersions.dex differ diff --git a/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/RunTargetResolver$$InternalSyntheticLambda$2$abb33c07031848f3bc79a9934d97fc75831c2ff31049fcca0dd7ef932bb02f7e$0.globals b/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/RunTargetResolver$$InternalSyntheticLambda$2$abb33c07031848f3bc79a9934d97fc75831c2ff31049fcca0dd7ef932bb02f7e$0.globals new file mode 100644 index 00000000..48bf5073 Binary files /dev/null and b/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_global-synthetics/com/ahmadkharfan/androidstudiolite/feature/buildrun/api/RunTargetResolver$$InternalSyntheticLambda$2$abb33c07031848f3bc79a9934d97fc75831c2ff31049fcca0dd7ef932bb02f7e$0.globals differ diff --git a/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/desugar_graph.bin b/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/desugar_graph.bin new file mode 100644 index 00000000..a3511d9a Binary files /dev/null and b/feature/buildrun/api/build/.transforms/2b8b280ad4dc6f064c9adce0161e9266/transformed/bundleLibRuntimeToDirDebug/desugar_graph.bin differ diff --git a/feature/buildrun/api/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties b/feature/buildrun/api/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties index 59fcc942..cbec66da 100644 --- a/feature/buildrun/api/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +++ b/feature/buildrun/api/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties @@ -1 +1 @@ -#Thu Jul 30 04:36:37 EET 2026 +#Thu Jul 30 04:52:50 EET 2026 diff --git a/feature/buildrun/api/build/kotlin/compileDebugKotlin/cacheable/last-build.bin b/feature/buildrun/api/build/kotlin/compileDebugKotlin/cacheable/last-build.bin index f8363228..ad0213fc 100644 Binary files a/feature/buildrun/api/build/kotlin/compileDebugKotlin/cacheable/last-build.bin and b/feature/buildrun/api/build/kotlin/compileDebugKotlin/cacheable/last-build.bin differ diff --git a/feature/buildrun/api/build/outputs/logs/manifest-merger-debug-report.txt b/feature/buildrun/api/build/outputs/logs/manifest-merger-debug-report.txt index d0a5cd67..b0d8bcf6 100644 --- a/feature/buildrun/api/build/outputs/logs/manifest-merger-debug-report.txt +++ b/feature/buildrun/api/build/outputs/logs/manifest-merger-debug-report.txt @@ -1,16 +1,16 @@ -- Merging decision tree log --- manifest -ADDED from /home/null/AndroidStudioProjects/AndroidStudioLite/feature/buildrun/api/build/intermediates/tmp/ProcessLibraryManifest/debug/tempAndroidManifest2621253535259942499.xml:2:13-83 -INJECTED from /home/null/AndroidStudioProjects/AndroidStudioLite/feature/buildrun/api/build/intermediates/tmp/ProcessLibraryManifest/debug/tempAndroidManifest2621253535259942499.xml:2:13-83 +ADDED from /home/null/AndroidStudioProjects/AndroidStudioLite/feature/buildrun/api/build/intermediates/tmp/ProcessLibraryManifest/debug/tempAndroidManifest17766518111704636737.xml:2:13-83 +INJECTED from /home/null/AndroidStudioProjects/AndroidStudioLite/feature/buildrun/api/build/intermediates/tmp/ProcessLibraryManifest/debug/tempAndroidManifest17766518111704636737.xml:2:13-83 package - INJECTED from /home/null/AndroidStudioProjects/AndroidStudioLite/feature/buildrun/api/build/intermediates/tmp/ProcessLibraryManifest/debug/tempAndroidManifest2621253535259942499.xml + INJECTED from /home/null/AndroidStudioProjects/AndroidStudioLite/feature/buildrun/api/build/intermediates/tmp/ProcessLibraryManifest/debug/tempAndroidManifest17766518111704636737.xml xmlns:android - ADDED from /home/null/AndroidStudioProjects/AndroidStudioLite/feature/buildrun/api/build/intermediates/tmp/ProcessLibraryManifest/debug/tempAndroidManifest2621253535259942499.xml:2:23-81 + ADDED from /home/null/AndroidStudioProjects/AndroidStudioLite/feature/buildrun/api/build/intermediates/tmp/ProcessLibraryManifest/debug/tempAndroidManifest17766518111704636737.xml:2:23-81 uses-sdk -INJECTED from /home/null/AndroidStudioProjects/AndroidStudioLite/feature/buildrun/api/build/intermediates/tmp/ProcessLibraryManifest/debug/tempAndroidManifest2621253535259942499.xml reason: use-sdk injection requested -INJECTED from /home/null/AndroidStudioProjects/AndroidStudioLite/feature/buildrun/api/build/intermediates/tmp/ProcessLibraryManifest/debug/tempAndroidManifest2621253535259942499.xml -INJECTED from /home/null/AndroidStudioProjects/AndroidStudioLite/feature/buildrun/api/build/intermediates/tmp/ProcessLibraryManifest/debug/tempAndroidManifest2621253535259942499.xml +INJECTED from /home/null/AndroidStudioProjects/AndroidStudioLite/feature/buildrun/api/build/intermediates/tmp/ProcessLibraryManifest/debug/tempAndroidManifest17766518111704636737.xml reason: use-sdk injection requested +INJECTED from /home/null/AndroidStudioProjects/AndroidStudioLite/feature/buildrun/api/build/intermediates/tmp/ProcessLibraryManifest/debug/tempAndroidManifest17766518111704636737.xml +INJECTED from /home/null/AndroidStudioProjects/AndroidStudioLite/feature/buildrun/api/build/intermediates/tmp/ProcessLibraryManifest/debug/tempAndroidManifest17766518111704636737.xml android:targetSdkVersion - INJECTED from /home/null/AndroidStudioProjects/AndroidStudioLite/feature/buildrun/api/build/intermediates/tmp/ProcessLibraryManifest/debug/tempAndroidManifest2621253535259942499.xml + INJECTED from /home/null/AndroidStudioProjects/AndroidStudioLite/feature/buildrun/api/build/intermediates/tmp/ProcessLibraryManifest/debug/tempAndroidManifest17766518111704636737.xml android:minSdkVersion - INJECTED from /home/null/AndroidStudioProjects/AndroidStudioLite/feature/buildrun/api/build/intermediates/tmp/ProcessLibraryManifest/debug/tempAndroidManifest2621253535259942499.xml + INJECTED from /home/null/AndroidStudioProjects/AndroidStudioLite/feature/buildrun/api/build/intermediates/tmp/ProcessLibraryManifest/debug/tempAndroidManifest17766518111704636737.xml diff --git a/feature/buildrun/api/build/reports/detekt/detekt.html b/feature/buildrun/api/build/reports/detekt/detekt.html index 6592466e..80151573 100644 --- a/feature/buildrun/api/build/reports/detekt/detekt.html +++ b/feature/buildrun/api/build/reports/detekt/detekt.html @@ -188,7 +188,7 @@

Findings

Total: 0
-generated with detekt version 1.23.8 on 2026-07-30 01:32:58 UTC. +generated with detekt version 1.23.8 on 2026-07-30 01:53:09 UTC. diff --git a/feature/git/api/build/.transforms/446791bdd0b21a7f12923554e5278beb/results.bin b/feature/git/api/build/.transforms/446791bdd0b21a7f12923554e5278beb/results.bin new file mode 100644 index 00000000..7ed749eb --- /dev/null +++ b/feature/git/api/build/.transforms/446791bdd0b21a7f12923554e5278beb/results.bin @@ -0,0 +1 @@ +o/bundleLibRuntimeToDirDebug diff --git a/feature/git/api/build/.transforms/446791bdd0b21a7f12923554e5278beb/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/git/api/GitErrorMessageMapperKt.dex b/feature/git/api/build/.transforms/446791bdd0b21a7f12923554e5278beb/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/git/api/GitErrorMessageMapperKt.dex new file mode 100644 index 00000000..457f42bb Binary files /dev/null and b/feature/git/api/build/.transforms/446791bdd0b21a7f12923554e5278beb/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/git/api/GitErrorMessageMapperKt.dex differ diff --git a/feature/git/api/build/.transforms/446791bdd0b21a7f12923554e5278beb/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/git/api/GitPanelApi.dex b/feature/git/api/build/.transforms/446791bdd0b21a7f12923554e5278beb/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/git/api/GitPanelApi.dex new file mode 100644 index 00000000..2faeda04 Binary files /dev/null and b/feature/git/api/build/.transforms/446791bdd0b21a7f12923554e5278beb/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/ahmadkharfan/androidstudiolite/feature/git/api/GitPanelApi.dex differ diff --git a/feature/git/api/build/.transforms/446791bdd0b21a7f12923554e5278beb/transformed/bundleLibRuntimeToDirDebug/desugar_graph.bin b/feature/git/api/build/.transforms/446791bdd0b21a7f12923554e5278beb/transformed/bundleLibRuntimeToDirDebug/desugar_graph.bin new file mode 100644 index 00000000..601f245f Binary files /dev/null and b/feature/git/api/build/.transforms/446791bdd0b21a7f12923554e5278beb/transformed/bundleLibRuntimeToDirDebug/desugar_graph.bin differ diff --git a/feature/git/api/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties b/feature/git/api/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties index 59fcc942..88fa057e 100644 --- a/feature/git/api/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +++ b/feature/git/api/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties @@ -1 +1 @@ -#Thu Jul 30 04:36:37 EET 2026 +#Thu Jul 30 04:52:51 EET 2026 diff --git a/feature/git/api/build/kotlin/compileDebugKotlin/cacheable/last-build.bin b/feature/git/api/build/kotlin/compileDebugKotlin/cacheable/last-build.bin index c2f232e3..33fa11f8 100644 Binary files a/feature/git/api/build/kotlin/compileDebugKotlin/cacheable/last-build.bin and b/feature/git/api/build/kotlin/compileDebugKotlin/cacheable/last-build.bin differ diff --git a/feature/git/api/build/outputs/logs/manifest-merger-debug-report.txt b/feature/git/api/build/outputs/logs/manifest-merger-debug-report.txt index 2a57baea..76eda922 100644 --- a/feature/git/api/build/outputs/logs/manifest-merger-debug-report.txt +++ b/feature/git/api/build/outputs/logs/manifest-merger-debug-report.txt @@ -1,16 +1,16 @@ -- Merging decision tree log --- manifest -ADDED from /home/null/AndroidStudioProjects/AndroidStudioLite/feature/git/api/build/intermediates/tmp/ProcessLibraryManifest/debug/tempAndroidManifest5357167838495916248.xml:2:13-83 -INJECTED from /home/null/AndroidStudioProjects/AndroidStudioLite/feature/git/api/build/intermediates/tmp/ProcessLibraryManifest/debug/tempAndroidManifest5357167838495916248.xml:2:13-83 +ADDED from /home/null/AndroidStudioProjects/AndroidStudioLite/feature/git/api/build/intermediates/tmp/ProcessLibraryManifest/debug/tempAndroidManifest25645779468114070.xml:2:13-83 +INJECTED from /home/null/AndroidStudioProjects/AndroidStudioLite/feature/git/api/build/intermediates/tmp/ProcessLibraryManifest/debug/tempAndroidManifest25645779468114070.xml:2:13-83 package - INJECTED from /home/null/AndroidStudioProjects/AndroidStudioLite/feature/git/api/build/intermediates/tmp/ProcessLibraryManifest/debug/tempAndroidManifest5357167838495916248.xml + INJECTED from /home/null/AndroidStudioProjects/AndroidStudioLite/feature/git/api/build/intermediates/tmp/ProcessLibraryManifest/debug/tempAndroidManifest25645779468114070.xml xmlns:android - ADDED from /home/null/AndroidStudioProjects/AndroidStudioLite/feature/git/api/build/intermediates/tmp/ProcessLibraryManifest/debug/tempAndroidManifest5357167838495916248.xml:2:23-81 + ADDED from /home/null/AndroidStudioProjects/AndroidStudioLite/feature/git/api/build/intermediates/tmp/ProcessLibraryManifest/debug/tempAndroidManifest25645779468114070.xml:2:23-81 uses-sdk -INJECTED from /home/null/AndroidStudioProjects/AndroidStudioLite/feature/git/api/build/intermediates/tmp/ProcessLibraryManifest/debug/tempAndroidManifest5357167838495916248.xml reason: use-sdk injection requested -INJECTED from /home/null/AndroidStudioProjects/AndroidStudioLite/feature/git/api/build/intermediates/tmp/ProcessLibraryManifest/debug/tempAndroidManifest5357167838495916248.xml -INJECTED from /home/null/AndroidStudioProjects/AndroidStudioLite/feature/git/api/build/intermediates/tmp/ProcessLibraryManifest/debug/tempAndroidManifest5357167838495916248.xml +INJECTED from /home/null/AndroidStudioProjects/AndroidStudioLite/feature/git/api/build/intermediates/tmp/ProcessLibraryManifest/debug/tempAndroidManifest25645779468114070.xml reason: use-sdk injection requested +INJECTED from /home/null/AndroidStudioProjects/AndroidStudioLite/feature/git/api/build/intermediates/tmp/ProcessLibraryManifest/debug/tempAndroidManifest25645779468114070.xml +INJECTED from /home/null/AndroidStudioProjects/AndroidStudioLite/feature/git/api/build/intermediates/tmp/ProcessLibraryManifest/debug/tempAndroidManifest25645779468114070.xml android:targetSdkVersion - INJECTED from /home/null/AndroidStudioProjects/AndroidStudioLite/feature/git/api/build/intermediates/tmp/ProcessLibraryManifest/debug/tempAndroidManifest5357167838495916248.xml + INJECTED from /home/null/AndroidStudioProjects/AndroidStudioLite/feature/git/api/build/intermediates/tmp/ProcessLibraryManifest/debug/tempAndroidManifest25645779468114070.xml android:minSdkVersion - INJECTED from /home/null/AndroidStudioProjects/AndroidStudioLite/feature/git/api/build/intermediates/tmp/ProcessLibraryManifest/debug/tempAndroidManifest5357167838495916248.xml + INJECTED from /home/null/AndroidStudioProjects/AndroidStudioLite/feature/git/api/build/intermediates/tmp/ProcessLibraryManifest/debug/tempAndroidManifest25645779468114070.xml diff --git a/feature/git/api/build/reports/detekt/detekt.html b/feature/git/api/build/reports/detekt/detekt.html index 1773cc73..0ab3f5cb 100644 --- a/feature/git/api/build/reports/detekt/detekt.html +++ b/feature/git/api/build/reports/detekt/detekt.html @@ -188,7 +188,7 @@

Findings

Total: 0
-generated with detekt version 1.23.8 on 2026-07-30 01:32:58 UTC. +generated with detekt version 1.23.8 on 2026-07-30 01:53:09 UTC. diff --git a/feature/git/build.gradle.kts b/feature/git/build.gradle.kts index 3c3c3fcd..b55fe556 100644 --- a/feature/git/build.gradle.kts +++ b/feature/git/build.gradle.kts @@ -3,6 +3,7 @@ plugins { id("asl.android.feature") } android { namespace = "com.ahmadkharfan.androidstudiolite.feature.git" } dependencies { + implementation(projects.core.gitauth) implementation(projects.feature.git.api) implementation(platform(libs.androidx.compose.bom)) implementation(projects.core.common) diff --git a/feature/git/detekt-baseline.xml b/feature/git/detekt-baseline.xml index dfa5f95d..6769efa1 100644 --- a/feature/git/detekt-baseline.xml +++ b/feature/git/detekt-baseline.xml @@ -2,10 +2,8 @@ - CyclomaticComplexMethod:GitAuthPrompt.kt$@Composable fun GitHubAuthDialog(state: GitAuthPromptState, actions: GitAuthPromptActions) CyclomaticComplexMethod:GitHistoryScreen.kt$@Composable private fun GitHistoryScreen( uiState: GitHistoryUiState, interactionListener: GitHistoryInteractionListener, onBack: () -> Unit, onOpenDiff: (String, String) -> Unit, ) CyclomaticComplexMethod:GitPanelScreen.kt$@Composable private fun GitPanelScreen( uiState: GitPanelUiState, interactionListener: GitPanelInteractionListener, onClose: () -> Unit, onOpenDiff: (String, GitDiffTarget) -> Unit, onOpenHistory: () -> Unit, onOpenBranches: () -> Unit, onOpenTags: () -> Unit, onOpenStashes: () -> Unit, onOpenConflicts: () -> Unit, ) - LongMethod:GitAuthPrompt.kt$@Composable fun GitHubAuthDialog(state: GitAuthPromptState, actions: GitAuthPromptActions) LongMethod:GitDiffScreen.kt$@Composable private fun GitDiffScreen( uiState: GitDiffUiState, interactionListener: GitDiffInteractionListener, onBack: () -> Unit, ) LongMethod:GitHistoryScreen.kt$@Composable private fun GitHistoryScreen( uiState: GitHistoryUiState, interactionListener: GitHistoryInteractionListener, onBack: () -> Unit, onOpenDiff: (String, String) -> Unit, ) LongMethod:GitPanelScreen.kt$@Composable private fun GitPanelScreen( uiState: GitPanelUiState, interactionListener: GitPanelInteractionListener, onClose: () -> Unit, onOpenDiff: (String, GitDiffTarget) -> Unit, onOpenHistory: () -> Unit, onOpenBranches: () -> Unit, onOpenTags: () -> Unit, onOpenStashes: () -> Unit, onOpenConflicts: () -> Unit, ) @@ -13,7 +11,6 @@ LongMethod:GitRefsScreen.kt$@Composable private fun GitRefsScreen( uiState: GitRefsUiState, interactionListener: GitRefsInteractionListener, onBack: () -> Unit, ) LongParameterList:GitPanelScreen.kt$( projectId: String, onClose: () -> Unit, onOpenDiff: (String, GitDiffTarget) -> Unit = { _, _ -> }, onOpenHistory: () -> Unit = {}, onOpenBranches: () -> Unit = {}, onOpenTags: () -> Unit = {}, onOpenStashes: () -> Unit = {}, onOpenConflicts: () -> Unit = {}, viewModel: GitPanelViewModel = koinViewModel { parametersOf(projectId) }, ) LongParameterList:GitPanelScreen.kt$( uiState: GitPanelUiState, interactionListener: GitPanelInteractionListener, onClose: () -> Unit, onOpenDiff: (String, GitDiffTarget) -> Unit, onOpenHistory: () -> Unit, onOpenBranches: () -> Unit, onOpenTags: () -> Unit, onOpenStashes: () -> Unit, onOpenConflicts: () -> Unit, ) - ModifierMissing:GitAuthPrompt.kt$GitHubAuthDialog ModifierMissing:GitBlameScreen.kt$GitBlameRoute TooGenericExceptionCaught:GitPanelControllerContext.kt$GitPanelControllerContext$error: Throwable TooGenericExceptionCaught:GitPanelViewModel.kt$GitPanelViewModel$pushError: Throwable diff --git a/feature/git/src/main/java/com/ahmadkharfan/androidstudiolite/feature/editor/git/GitPanelInteractionListener.kt b/feature/git/src/main/java/com/ahmadkharfan/androidstudiolite/feature/editor/git/GitPanelInteractionListener.kt index f9eb3e01..2ef6b5fa 100644 --- a/feature/git/src/main/java/com/ahmadkharfan/androidstudiolite/feature/editor/git/GitPanelInteractionListener.kt +++ b/feature/git/src/main/java/com/ahmadkharfan/androidstudiolite/feature/editor/git/GitPanelInteractionListener.kt @@ -2,7 +2,7 @@ package com.ahmadkharfan.androidstudiolite.feature.editor.git import com.ahmadkharfan.androidstudiolite.domain.model.GitDiffTarget import com.ahmadkharfan.androidstudiolite.domain.model.PullMode -import com.ahmadkharfan.androidstudiolite.feature.editor.git.git.GitAuthPromptActions +import com.ahmadkharfan.androidstudiolite.core.gitauth.GitAuthPromptActions interface GitPanelInteractionListener : GitAuthPromptActions { fun onSelectChange(path: String, target: GitDiffTarget) diff --git a/feature/git/src/main/java/com/ahmadkharfan/androidstudiolite/feature/editor/git/GitPanelScreen.kt b/feature/git/src/main/java/com/ahmadkharfan/androidstudiolite/feature/editor/git/GitPanelScreen.kt index 10397fb5..b3878cc3 100644 --- a/feature/git/src/main/java/com/ahmadkharfan/androidstudiolite/feature/editor/git/GitPanelScreen.kt +++ b/feature/git/src/main/java/com/ahmadkharfan/androidstudiolite/feature/editor/git/GitPanelScreen.kt @@ -63,7 +63,7 @@ import com.ahmadkharfan.androidstudiolite.domain.model.PullMode import com.ahmadkharfan.androidstudiolite.domain.model.GitRepositoryState import com.ahmadkharfan.androidstudiolite.designsystem.icon.AslIcon import com.ahmadkharfan.androidstudiolite.core.common.R as CommonR -import com.ahmadkharfan.androidstudiolite.feature.editor.git.git.GitHubAuthDialog +import com.ahmadkharfan.androidstudiolite.core.gitauth.GitHubAuthDialog import com.ahmadkharfan.androidstudiolite.feature.git.R @Composable diff --git a/feature/git/src/main/java/com/ahmadkharfan/androidstudiolite/feature/editor/git/GitPanelUiState.kt b/feature/git/src/main/java/com/ahmadkharfan/androidstudiolite/feature/editor/git/GitPanelUiState.kt index b514f2de..f3a80ee6 100644 --- a/feature/git/src/main/java/com/ahmadkharfan/androidstudiolite/feature/editor/git/GitPanelUiState.kt +++ b/feature/git/src/main/java/com/ahmadkharfan/androidstudiolite/feature/editor/git/GitPanelUiState.kt @@ -12,7 +12,7 @@ import com.ahmadkharfan.androidstudiolite.domain.model.GitWorktreeStatus import com.ahmadkharfan.androidstudiolite.domain.model.PullMode import com.ahmadkharfan.androidstudiolite.domain.model.GitRepositoryState import com.ahmadkharfan.androidstudiolite.domain.model.GitSubmodule -import com.ahmadkharfan.androidstudiolite.feature.editor.git.git.GitAuthPromptState +import com.ahmadkharfan.androidstudiolite.core.gitauth.GitAuthPromptState @Immutable data class GitChangeUiModel( diff --git a/feature/git/src/main/java/com/ahmadkharfan/androidstudiolite/feature/editor/git/GitPanelViewModel.kt b/feature/git/src/main/java/com/ahmadkharfan/androidstudiolite/feature/editor/git/GitPanelViewModel.kt index cffee46d..0a346d48 100644 --- a/feature/git/src/main/java/com/ahmadkharfan/androidstudiolite/feature/editor/git/GitPanelViewModel.kt +++ b/feature/git/src/main/java/com/ahmadkharfan/androidstudiolite/feature/editor/git/GitPanelViewModel.kt @@ -11,10 +11,10 @@ import com.ahmadkharfan.androidstudiolite.domain.repository.GitCredentialStore import com.ahmadkharfan.androidstudiolite.domain.repository.GitHubDeviceAuthenticator import com.ahmadkharfan.androidstudiolite.domain.usecase.ProjectPathResolver import com.ahmadkharfan.androidstudiolite.feature.git.api.gitErrorMessage -import com.ahmadkharfan.androidstudiolite.feature.editor.git.git.GitAuthController -import com.ahmadkharfan.androidstudiolite.feature.editor.git.git.GitAuthMode -import com.ahmadkharfan.androidstudiolite.feature.editor.git.git.GitAuthPromptActions -import com.ahmadkharfan.androidstudiolite.feature.editor.git.git.GitAuthPromptState +import com.ahmadkharfan.androidstudiolite.core.gitauth.GitAuthController +import com.ahmadkharfan.androidstudiolite.core.gitauth.GitAuthMode +import com.ahmadkharfan.androidstudiolite.core.gitauth.GitAuthPromptActions +import com.ahmadkharfan.androidstudiolite.core.gitauth.GitAuthPromptState import androidx.lifecycle.viewModelScope import java.io.File import java.net.URI diff --git a/feature/git/src/main/java/com/ahmadkharfan/androidstudiolite/feature/editor/git/refs/GitRefsInteractionListener.kt b/feature/git/src/main/java/com/ahmadkharfan/androidstudiolite/feature/editor/git/refs/GitRefsInteractionListener.kt index 0b8a0797..0732e282 100644 --- a/feature/git/src/main/java/com/ahmadkharfan/androidstudiolite/feature/editor/git/refs/GitRefsInteractionListener.kt +++ b/feature/git/src/main/java/com/ahmadkharfan/androidstudiolite/feature/editor/git/refs/GitRefsInteractionListener.kt @@ -2,7 +2,7 @@ package com.ahmadkharfan.androidstudiolite.feature.editor.git.refs import com.ahmadkharfan.androidstudiolite.domain.model.GitBranch import com.ahmadkharfan.androidstudiolite.domain.model.PullMode -import com.ahmadkharfan.androidstudiolite.feature.editor.git.git.GitAuthPromptActions +import com.ahmadkharfan.androidstudiolite.core.gitauth.GitAuthPromptActions interface GitRefsInteractionListener : GitAuthPromptActions { fun checkout(branch: GitBranch) diff --git a/feature/git/src/main/java/com/ahmadkharfan/androidstudiolite/feature/editor/git/refs/GitRefsScreen.kt b/feature/git/src/main/java/com/ahmadkharfan/androidstudiolite/feature/editor/git/refs/GitRefsScreen.kt index 2d28dcc0..66e80e74 100644 --- a/feature/git/src/main/java/com/ahmadkharfan/androidstudiolite/feature/editor/git/refs/GitRefsScreen.kt +++ b/feature/git/src/main/java/com/ahmadkharfan/androidstudiolite/feature/editor/git/refs/GitRefsScreen.kt @@ -44,7 +44,7 @@ import com.ahmadkharfan.androidstudiolite.designsystem.component.inputs.AslTextF import com.ahmadkharfan.androidstudiolite.designsystem.component.navigation.AslTopAppBar import com.ahmadkharfan.androidstudiolite.designsystem.theme.AslTheme import com.ahmadkharfan.androidstudiolite.designsystem.theme.AslTypography -import com.ahmadkharfan.androidstudiolite.feature.editor.git.git.GitHubAuthDialog +import com.ahmadkharfan.androidstudiolite.core.gitauth.GitHubAuthDialog import com.ahmadkharfan.androidstudiolite.domain.model.GitBranch import com.ahmadkharfan.androidstudiolite.domain.model.GitStash import com.ahmadkharfan.androidstudiolite.domain.model.GitTag diff --git a/feature/git/src/main/java/com/ahmadkharfan/androidstudiolite/feature/editor/git/refs/GitRefsViewModel.kt b/feature/git/src/main/java/com/ahmadkharfan/androidstudiolite/feature/editor/git/refs/GitRefsViewModel.kt index d4cbe780..352f9520 100644 --- a/feature/git/src/main/java/com/ahmadkharfan/androidstudiolite/feature/editor/git/refs/GitRefsViewModel.kt +++ b/feature/git/src/main/java/com/ahmadkharfan/androidstudiolite/feature/editor/git/refs/GitRefsViewModel.kt @@ -11,9 +11,9 @@ import com.ahmadkharfan.androidstudiolite.domain.repository.GitCredentialStore import com.ahmadkharfan.androidstudiolite.domain.repository.GitHubDeviceAuthenticator import com.ahmadkharfan.androidstudiolite.domain.repository.GitRepository import com.ahmadkharfan.androidstudiolite.domain.usecase.ProjectPathResolver -import com.ahmadkharfan.androidstudiolite.feature.editor.git.git.GitAuthController -import com.ahmadkharfan.androidstudiolite.feature.editor.git.git.GitAuthMode -import com.ahmadkharfan.androidstudiolite.feature.editor.git.git.GitAuthPromptState +import com.ahmadkharfan.androidstudiolite.core.gitauth.GitAuthController +import com.ahmadkharfan.androidstudiolite.core.gitauth.GitAuthMode +import com.ahmadkharfan.androidstudiolite.core.gitauth.GitAuthPromptState import com.ahmadkharfan.androidstudiolite.feature.editor.git.GitViewModel import com.ahmadkharfan.androidstudiolite.feature.git.api.gitErrorMessage import java.io.File diff --git a/feature/git/src/main/res/values/strings.xml b/feature/git/src/main/res/values/strings.xml index f1aea4c7..f3dceffc 100644 --- a/feature/git/src/main/res/values/strings.xml +++ b/feature/git/src/main/res/values/strings.xml @@ -1,24 +1,4 @@ - the remote - Done - Save & retry - Waiting… - Sign in - Sign in to %1$s - Connected - Connected to GitHub - You\'re signed in. This credential is saved and reused across all your projects. - GitHub account - Access token - Sign in with your GitHub account. We\'ll show you a short code to enter on github.com; the resulting access is stored securely and reused for every project. - Tap the code to copy it, then open GitHub and paste it: - Copied to clipboard - Tap to copy - Open GitHub - Waiting for you to authorize on GitHub… - Pushing to %1$s needs a GitHub personal access token (classic or fine-grained) with repository write access. It\'s stored securely and reused for future push/pull. - ghp_… - Create a token on GitHub Rotate to portrait Rotate to landscape diff --git a/feature/settings/build.gradle.kts b/feature/settings/build.gradle.kts index 91b4e0c4..a344417a 100644 --- a/feature/settings/build.gradle.kts +++ b/feature/settings/build.gradle.kts @@ -11,7 +11,7 @@ dependencies { implementation(platform(libs.androidx.compose.bom)) implementation(projects.core.common) implementation(projects.designsystem) - implementation(projects.feature.git) + implementation(projects.core.gitauth) implementation(libs.koin.android) implementation(libs.koin.androidx.compose) implementation(libs.androidx.lifecycle.viewmodel.compose) diff --git a/feature/settings/src/main/java/com/ahmadkharfan/androidstudiolite/feature/settings/gitauth/GitAuthSettingsInteractionListener.kt b/feature/settings/src/main/java/com/ahmadkharfan/androidstudiolite/feature/settings/gitauth/GitAuthSettingsInteractionListener.kt index 8c9cd88e..f4167772 100644 --- a/feature/settings/src/main/java/com/ahmadkharfan/androidstudiolite/feature/settings/gitauth/GitAuthSettingsInteractionListener.kt +++ b/feature/settings/src/main/java/com/ahmadkharfan/androidstudiolite/feature/settings/gitauth/GitAuthSettingsInteractionListener.kt @@ -1,6 +1,6 @@ package com.ahmadkharfan.androidstudiolite.feature.settings.gitauth -import com.ahmadkharfan.androidstudiolite.feature.editor.git.git.GitAuthPromptActions +import com.ahmadkharfan.androidstudiolite.core.gitauth.GitAuthPromptActions interface GitAuthSettingsInteractionListener : GitAuthPromptActions { fun onConnectGitHub() diff --git a/feature/settings/src/main/java/com/ahmadkharfan/androidstudiolite/feature/settings/gitauth/GitAuthSettingsScreen.kt b/feature/settings/src/main/java/com/ahmadkharfan/androidstudiolite/feature/settings/gitauth/GitAuthSettingsScreen.kt index 6970698b..2c36d131 100644 --- a/feature/settings/src/main/java/com/ahmadkharfan/androidstudiolite/feature/settings/gitauth/GitAuthSettingsScreen.kt +++ b/feature/settings/src/main/java/com/ahmadkharfan/androidstudiolite/feature/settings/gitauth/GitAuthSettingsScreen.kt @@ -27,7 +27,7 @@ import com.ahmadkharfan.androidstudiolite.designsystem.layout.aslImePadding import com.ahmadkharfan.androidstudiolite.designsystem.modifier.aslCard import com.ahmadkharfan.androidstudiolite.designsystem.theme.AslTheme import com.ahmadkharfan.androidstudiolite.designsystem.theme.AslTypography -import com.ahmadkharfan.androidstudiolite.feature.editor.git.git.GitHubAuthDialog +import com.ahmadkharfan.androidstudiolite.core.gitauth.GitHubAuthDialog import com.ahmadkharfan.androidstudiolite.core.common.R as CommonR import com.ahmadkharfan.androidstudiolite.feature.settings.R import org.koin.androidx.compose.koinViewModel diff --git a/feature/settings/src/main/java/com/ahmadkharfan/androidstudiolite/feature/settings/gitauth/GitAuthSettingsUiState.kt b/feature/settings/src/main/java/com/ahmadkharfan/androidstudiolite/feature/settings/gitauth/GitAuthSettingsUiState.kt index 5fb44b4d..d534b6a2 100644 --- a/feature/settings/src/main/java/com/ahmadkharfan/androidstudiolite/feature/settings/gitauth/GitAuthSettingsUiState.kt +++ b/feature/settings/src/main/java/com/ahmadkharfan/androidstudiolite/feature/settings/gitauth/GitAuthSettingsUiState.kt @@ -1,7 +1,7 @@ package com.ahmadkharfan.androidstudiolite.feature.settings.gitauth import androidx.compose.runtime.Immutable -import com.ahmadkharfan.androidstudiolite.feature.editor.git.git.GitAuthPromptState +import com.ahmadkharfan.androidstudiolite.core.gitauth.GitAuthPromptState @Immutable data class GitAuthSettingsUiState( diff --git a/feature/settings/src/main/java/com/ahmadkharfan/androidstudiolite/feature/settings/gitauth/GitAuthSettingsViewModel.kt b/feature/settings/src/main/java/com/ahmadkharfan/androidstudiolite/feature/settings/gitauth/GitAuthSettingsViewModel.kt index 88aa4a27..2a5b4cc9 100644 --- a/feature/settings/src/main/java/com/ahmadkharfan/androidstudiolite/feature/settings/gitauth/GitAuthSettingsViewModel.kt +++ b/feature/settings/src/main/java/com/ahmadkharfan/androidstudiolite/feature/settings/gitauth/GitAuthSettingsViewModel.kt @@ -6,8 +6,8 @@ import com.ahmadkharfan.androidstudiolite.domain.model.GitAuthorConfig import com.ahmadkharfan.androidstudiolite.domain.repository.GitAuthorStore import com.ahmadkharfan.androidstudiolite.domain.repository.GitCredentialStore import com.ahmadkharfan.androidstudiolite.domain.repository.GitHubDeviceAuthenticator -import com.ahmadkharfan.androidstudiolite.feature.editor.git.git.GitAuthController -import com.ahmadkharfan.androidstudiolite.feature.editor.git.git.GitAuthMode +import com.ahmadkharfan.androidstudiolite.core.gitauth.GitAuthController +import com.ahmadkharfan.androidstudiolite.core.gitauth.GitAuthMode import kotlinx.coroutines.launch class GitAuthSettingsViewModel( diff --git a/settings.gradle.kts b/settings.gradle.kts index 45bfd60b..737e33b3 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -32,6 +32,7 @@ rootProject.name = "AndroidStudioLite" include(":app") include(":domain") include(":core:common") +include(":core:gitauth") include(":data:templates") include(":designsystem") include(":data:local")