Paulo Pinheiro
Paulo Pinheiro
execResult.getExitValue was deprecated from gradle and after an gradle version update stopped working. We are tweaking the code generation jobs to simplify it and make it build again.
Is there a way?
Add maven configuration to publish the kotlin multiplatform version of the library.
Update was needed to fix compilation issues on XCode 15. See more: https://youtrack.jetbrains.com/issue/KT-60230/Native-unknown-options-iossimulatorversionmin-sdkversion-with-Xcode-15-beta-3
Given the follow code: ```swift public class A { #if TEST var test: Int = 5 #endif } ``` The parser returns a tree with an error node. ``` (source_file...
Example: ```kotlin import androidx.compose.ui.ExperimentalComposeUiApi /** * Test documentation that gets absorbed into import_list node */ class MyClass ``` -------------------------------------------------------------------------------- ``` (source_file (import_list (import_header (identifier (simple_identifier) (simple_identifier) (simple_identifier) (simple_identifier)) (multiline_comment))) (class_declaration...