Use Kotlin DSL for gradle scripts (#81) Use Kotlin DSL for gradle scripts Made the shared module import work with latest kotlin-language-server main Add java version specifier to build pipeline Experiment with disabling daemon for test invoking gradle Remove copy-paste from kotlin language server
Use Kotlin DSL for gradle scripts (#81)
Use Kotlin DSL for gradle scripts
Made the shared module import work with latest kotlin-language-server main
Add java version specifier to build pipeline
Experiment with disabling daemon for test invoking gradle
Remove copy-paste from kotlin language server
A debug adapter that provides IDE-independent debugging support for Kotlin/JVM.
Any editor conforming to DAP is supported, including VSCode.
DAP client <= JSON => KotlinDebugAdapter <=> Core abstractions <=> Java Debug Interface
DAP client
KotlinDebugAdapter
Core abstractions
Java Debug Interface
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
Kotlin Debug Adapter
A debug adapter that provides IDE-independent debugging support for Kotlin/JVM.
Any editor conforming to DAP is supported, including VSCode.
Getting Started
Architecture
DAP client<= JSON =>KotlinDebugAdapter<=>Core abstractions<=>Java Debug Interface