ehubbard
11/21/2018, 6:19 PMjosephivie
11/21/2018, 8:05 PMhiperbou
11/22/2018, 10:00 AMh0tk3y
11/22/2018, 11:49 AM:lib
, and you want to use one of its targets in a single-platform project with the kotlin2js
plugin (or any other of the Kotlin plugins), just add a compile
dependency on project(':lib')
. Gradle will choose an appropriate target to use, the JS one in this case.josephivie
11/22/2018, 6:00 PM