Closed kpgalligan closed 2 years ago
Them Gradle KMP config is outdated for the sample. Look at KaMP Kit for a more modern example: https://github.com/touchlab/KaMPKit/blob/main/shared/build.gradle.kts
Specifically, in the "shared" folder in build.gradle.kts, the native targets exist but the config should be updated to look like the rest of the samples.
build.gradle.kts
This task should happen after doing some of the other ones to establish a pattern.
Them Gradle KMP config is outdated for the sample. Look at KaMP Kit for a more modern example: https://github.com/touchlab/KaMPKit/blob/main/shared/build.gradle.kts
Specifically, in the "shared" folder in
build.gradle.kts
, the native targets exist but the config should be updated to look like the rest of the samples.This task should happen after doing some of the other ones to establish a pattern.