home/categories/cli-tools/rnett-gradle-mcp-src-main-skills-interacting-with-project-runtime-skill-md
cli-toolstools

interacting-with-project-runtime

Executes Kotlin code interactively within the project's full JVM classpath. Use when you need to RUN code: verify runtime behavior, experiment with logic, or render Compose UI previews. Do NOT use to understand an API's shape or signature — read its source with `searching_dependency_sources` instead.

rnett
maintainer
rnett
更新於 4/8/2026
星標
42
分支
2
quick start

Installation and usage

Executes Kotlin code interactively within the project's full JVM classpath. Use when you need to RUN code: verify runtime behavior, experiment with logic, or render Compose UI previews. Do NOT use to understand an API's shape or signature — read its source with `searching_dependency_sources` instead.

安裝
$ install --globalskills.sh
使用

安裝後,您可以通過在終端運行以下命令來使用此技能:

skills use interacting-with-project-runtime