David Khol

Results 6 issues of David Khol

The plugin itself works great, but it cannot be configured from Gradle written in Kotlin, because the `RibbonizerExtension` class is not public. That results into `unresolved reference: builder`, `unresolved reference:...

I've started working on multiplatform support as I want to use Strikt for my personal project. Moving the code to `:commonMain`, these 3 offenders depended on the Java APIs. Replaced...

## Centralized repositories Move `repositories {}` blocks into `settings.gradle.kts` files. This centralizes the declaration of repositories used by all projects. This also aligns with the goal of [removing `allprojects {}`...

Running on a Windows machine, any tests that check multi-line string equality fail: ![Screenshot 2025-06-11 163421](https://github.com/user-attachments/assets/56aaa971-8b05-4762-af18-64d963b93e3e) These tests fail only due to a difference in line separators: ![Screenshot 2025-06-11 162957](https://github.com/user-attachments/assets/954a7b5b-fc95-498f-88da-c10620762083)...

The project fails to sync if local properties do not contain `ossrhToken` and `ossrhTokenPassword`. ``` null cannot be cast to non-null type kotlin.String null cannot be cast to non-null type...

# Bug Report ## 재현 환경 ### 사용중인 네아로 SDK 버전 5.11.0 ### Android 버전 35 ### 재현되는 기기 모델명 Pixel 7 ## 이슈 ### 이슈 명세 Calling `NidOAuth.initialize(context, clientId,...

Bug Report