Join Slack
Powered by
I'm looking at the code here: <https://github.com/...
# gradle
z
zt
02/01/2023, 2:38 AM
I'm looking at the code here:
https://github.com/JetBrains/kotlin/blob/master/libraries/tools/kotlin-main-kts-test/build.gradle.kts
. I'm wondering how could I get the classpath of the compose compiler instead. Problem is I in the linked gradle config, they use
project
inside of that configuration function. I can't use that since the compose plugin isnt in my project. Also implementation doesn't return the same type as project, and that doesn't work. Any ideas on what I can do?
4
Views
Open in Slack
Previous
Next