Pavel S
05/09/2023, 12:53 PMGiancarlo Buenaflor
05/09/2023, 12:56 PMcommonJvmMain target in your source sets and let androidMain and jvmMain depend on it.darkmoon_uk
05/09/2023, 1:15 PMJavier
05/09/2023, 1:46 PMJavier
05/09/2023, 1:46 PMJeff Lockhart
05/09/2023, 6:40 PMcompileOnly in the intermediate source set). JVM platform APIs are available and you can add dependencies directly to the intermediate source set though. Even if there are false positives in the IDE, it should work at compile time of both targets.Giancarlo Buenaflor
05/10/2023, 10:42 PM