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.
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