David Khol
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:  These tests fail only due to a difference in line separators: ...
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,...