Minor. Comments added

This commit is contained in:
Dmitriy Dolovov
2020-03-25 15:47:56 +07:00
parent bd9fdb18da
commit 2aa8601f93
3 changed files with 3 additions and 2 deletions
@@ -33,7 +33,7 @@ abstract class AbstractKotlinNativeTargetPreset<T : KotlinNativeTarget>(
) : KotlinTargetPreset<T> {
init {
// This is required to obtain Kotlin/Native home in CLion plugin:
// This is required to obtain Kotlin/Native home in IDE plugin:
setupNativeHomePrivateProperty()
}