Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
refs/heads/upstream/timofey.solonin/KT-80115-bump-anvil
/
.
/
jps
/
README.md
blob: bfbe9d4f451b2ee38b4b1b7edf9b8197a65e7702 [
file
] [
log
] [
blame
] [
view
] [
edit
]
# How to publish JPS locally to consume it in Intellij Idea
You
can
use
`installJps`
task
or
run
:
```shell
cd ..
./gradlew installJps && \
echo Finished successfully
```